From 5c7933d4e876990aa7a4e447028040504ced0cba Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:03:02 +0000 Subject: [PATCH] release: 1.13.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 f94eeca..734ad79 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.0" + ".": "1.13.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a03ae77..7c1cfdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.13.1 (2025-01-08) + +Full Changelog: [v1.13.0...v1.13.1](https://github.com/Finch-API/finch-api-go/compare/v1.13.0...v1.13.1) + +### Chores + +* **internal:** codegen related update ([#291](https://github.com/Finch-API/finch-api-go/issues/291)) ([cbd041b](https://github.com/Finch-API/finch-api-go/commit/cbd041b478238c681ee4f2fedb3a545f0c77d4f1)) + ## 1.13.0 (2025-01-07) Full Changelog: [v1.12.1...v1.13.0](https://github.com/Finch-API/finch-api-go/compare/v1.12.1...v1.13.0) diff --git a/README.md b/README.md index b0ce164..c58718e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Or to pin the version: ```sh -go get -u 'github.com/Finch-API/finch-api-go@v1.13.0' +go get -u 'github.com/Finch-API/finch-api-go@v1.13.1' ``` diff --git a/internal/version.go b/internal/version.go index 2276195..d02aaa4 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "1.13.0" // x-release-please-version +const PackageVersion = "1.13.1" // x-release-please-version