From 86a9e121740424d10b6a6caaacdf138053fe7cbe Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 20:24:00 +0000 Subject: [PATCH] release: 0.23.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- internal/version.go | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7f3f5c8..354c2fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.23.0" + ".": "0.23.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f45bca..61dbecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.23.1 (2024-07-31) + +Full Changelog: [v0.23.0...v0.23.1](https://github.com/Finch-API/finch-api-go/compare/v0.23.0...v0.23.1) + +### Bug Fixes + +* handle nil pagination responses when HTTP status is 200 ([#222](https://github.com/Finch-API/finch-api-go/issues/222)) ([cf14c8d](https://github.com/Finch-API/finch-api-go/commit/cf14c8d515f1f3c09161b969c35571c22d5fb105)) + ## 0.23.0 (2024-07-26) Full Changelog: [v0.22.1...v0.23.0](https://github.com/Finch-API/finch-api-go/compare/v0.22.1...v0.23.0) diff --git a/README.md b/README.md index d2b9dba..8fcf6f2 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.23.0' +go get -u 'github.com/Finch-API/finch-api-go@v0.23.1' ``` diff --git a/internal/version.go b/internal/version.go index 834f803..8cb4b75 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "0.23.0" // x-release-please-version +const PackageVersion = "0.23.1" // x-release-please-version