Skip to content

Commit

Permalink
release: 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Aug 13, 2024
1 parent 8c8e56a commit f0fb74f
Show file tree
Hide file tree
Showing 4 changed files with 29 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.16.0"
".": "2.17.0"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 2.17.0 (2024-08-13)

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

### Features

* **api:** add pagination params 'created at' and 'updated at' ([#261](https://github.com/Modern-Treasury/modern-treasury-go/issues/261)) ([31177a6](https://github.com/Modern-Treasury/modern-treasury-go/commit/31177a6c449aa77d13d75936846db1a97038ee44))
* **api:** updates ([#267](https://github.com/Modern-Treasury/modern-treasury-go/issues/267)) ([62fac37](https://github.com/Modern-Treasury/modern-treasury-go/commit/62fac37bcc22e140999543ab6aa3d9ab06661c0a))


### Bug Fixes

* deserialization of struct unions that implement json.Unmarshaler ([#264](https://github.com/Modern-Treasury/modern-treasury-go/issues/264)) ([3b9fcd2](https://github.com/Modern-Treasury/modern-treasury-go/commit/3b9fcd230982fb949f7f396cccecd5a237a9620a))
* handle nil pagination responses when HTTP status is 200 ([#260](https://github.com/Modern-Treasury/modern-treasury-go/issues/260)) ([383d064](https://github.com/Modern-Treasury/modern-treasury-go/commit/383d0643c6c2699f0163abe9e39332ca6eafed8c))
* improve name for single-keyed union member ([#262](https://github.com/Modern-Treasury/modern-treasury-go/issues/262)) ([7df1ce3](https://github.com/Modern-Treasury/modern-treasury-go/commit/7df1ce39d034187754f053cf23b8e327c5270ae3))


### Chores

* bump Go to v1.21 ([#265](https://github.com/Modern-Treasury/modern-treasury-go/issues/265)) ([752d718](https://github.com/Modern-Treasury/modern-treasury-go/commit/752d7180072fcd237e6e19a2c89579574d078cbc))
* **ci:** bump prism mock server version ([#263](https://github.com/Modern-Treasury/modern-treasury-go/issues/263)) ([2202b23](https://github.com/Modern-Treasury/modern-treasury-go/commit/2202b23ef7dda975b55bd3caba553cab9d4410e3))
* **ci:** limit release doctor target branches ([#256](https://github.com/Modern-Treasury/modern-treasury-go/issues/256)) ([7e0563b](https://github.com/Modern-Treasury/modern-treasury-go/commit/7e0563b3118ebd2d96dd1fa8a7a80371b17e511b))
* **ci:** remove unused release doctor ([#258](https://github.com/Modern-Treasury/modern-treasury-go/issues/258)) ([33acece](https://github.com/Modern-Treasury/modern-treasury-go/commit/33aceceb2510f8d7ea56c152f210e4471fdd60ba))
* **examples:** minor formatting changes ([#266](https://github.com/Modern-Treasury/modern-treasury-go/issues/266)) ([144f4bd](https://github.com/Modern-Treasury/modern-treasury-go/commit/144f4bdb2445b3d311a88f6b2b7e5c50e346a5fc))
* **tests:** update prism version ([#259](https://github.com/Modern-Treasury/modern-treasury-go/issues/259)) ([7a03f6f](https://github.com/Modern-Treasury/modern-treasury-go/commit/7a03f6f54daa7a4c6106965122f82b2d32b5e012))

## 2.16.0 (2024-07-15)

Full Changelog: [v2.15.0...v2.16.0](https://github.com/Modern-Treasury/modern-treasury-go/compare/v2.15.0...v2.16.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/v2@v2.16.0'
go get -u 'github.com/Modern-Treasury/modern-treasury-go/v2@v2.17.0'
```

<!-- 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.16.0" // x-release-please-version
const PackageVersion = "2.17.0" // x-release-please-version

0 comments on commit f0fb74f

Please sign in to comment.