From a91b073c30cb10e5a018125751146bdb1240f2c0 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 19:56:10 +0000 Subject: [PATCH] release: 1.13.0 --- .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 ffb929a..f94eeca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.12.1" + ".": "1.13.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d2c77..a03ae77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 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) + +### Features + +* **api:** manual updates ([#287](https://github.com/Finch-API/finch-api-go/issues/287)) ([81fa01d](https://github.com/Finch-API/finch-api-go/commit/81fa01d835f8976ef8ca9a884c0d1ac55d463472)) + ## 1.12.1 (2025-01-01) Full Changelog: [v1.12.0...v1.12.1](https://github.com/Finch-API/finch-api-go/compare/v1.12.0...v1.12.1) diff --git a/README.md b/README.md index c058d5f..a7a0fc9 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.12.1' +go get -u 'github.com/Finch-API/finch-api-go@v1.13.0' ``` diff --git a/internal/version.go b/internal/version.go index d2252c2..2276195 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "1.12.1" // x-release-please-version +const PackageVersion = "1.13.0" // x-release-please-version