Skip to content

Commit

Permalink
release: 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Jan 30, 2024
1 parent 1ad18a4 commit 8b6d3fe
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.6.0"
".": "2.6.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 2.6.1 (2024-01-30)

Full Changelog: [v2.6.0...v2.6.1](https://github.com/Modern-Treasury/modern-treasury-go/compare/v2.6.0...v2.6.1)

### Bug Fixes

* **ci:** ignore stainless-app edits to release PR title ([#156](https://github.com/Modern-Treasury/modern-treasury-go/issues/156)) ([4415794](https://github.com/Modern-Treasury/modern-treasury-go/commit/44157943346e3a7f1ed02ad90c0bdb4352bbeebc))
* **test:** avoid test failures when SKIP_MOCK_TESTS is not set ([#155](https://github.com/Modern-Treasury/modern-treasury-go/issues/155)) ([10c1db0](https://github.com/Modern-Treasury/modern-treasury-go/commit/10c1db047adc3919d4e85bedef65ae32ea06b9c7))


### Chores

* **internal:** parse date-time strings more leniently ([#157](https://github.com/Modern-Treasury/modern-treasury-go/issues/157)) ([39a761b](https://github.com/Modern-Treasury/modern-treasury-go/commit/39a761b427b9795890a56902e49feda631104140))
* **internal:** speculative retry-after-ms support ([#153](https://github.com/Modern-Treasury/modern-treasury-go/issues/153)) ([324e894](https://github.com/Modern-Treasury/modern-treasury-go/commit/324e8949183ac91987e3249d9044257f56299514))

## 2.6.0 (2024-01-16)

Full Changelog: [v2.5.0...v2.6.0](https://github.com/Modern-Treasury/modern-treasury-go/compare/v2.5.0...v2.6.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/Modern-Treasury/modern-treasury-go/[email protected].0'
go get -u 'github.com/Modern-Treasury/modern-treasury-go/[email protected].1'
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

const PackageVersion = "2.6.0" // x-release-please-version
const PackageVersion = "2.6.1" // x-release-please-version

0 comments on commit 8b6d3fe

Please sign in to comment.