diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dc93a58..6f2b401 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.1" + ".": "0.16.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b0625..69d5e4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.16.2 (2024-04-04) + +Full Changelog: [v0.16.1...v0.16.2](https://github.com/Finch-API/finch-api-go/compare/v0.16.1...v0.16.2) + +### Chores + +* **api:** improve descriptions ([#144](https://github.com/Finch-API/finch-api-go/issues/144)) ([3e9910d](https://github.com/Finch-API/finch-api-go/commit/3e9910d13c7ce4e329e45f5390d5f42f10539ba7)) +* **internal:** implement Port function in apijson ([#146](https://github.com/Finch-API/finch-api-go/issues/146)) ([004dc21](https://github.com/Finch-API/finch-api-go/commit/004dc21b4fde460ad8dd7f9a6353bf976e8c605d)) + ## 0.16.1 (2024-04-01) Full Changelog: [v0.16.0...v0.16.1](https://github.com/Finch-API/finch-api-go/compare/v0.16.0...v0.16.1) diff --git a/README.md b/README.md index 364eee0..bf31721 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Or to pin the version: ```sh -go get -u 'github.com/Finch-API/finch-api-go@v0.16.1' +go get -u 'github.com/Finch-API/finch-api-go@v0.16.2' ``` diff --git a/internal/version.go b/internal/version.go index 3f13a0e..93a271b 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.16.1" // x-release-please-version +const PackageVersion = "0.16.2" // x-release-please-version