From 314759f914d22b97d3b03f698f34ab5d41afd04e Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:36:54 +0000 Subject: [PATCH] release: 1.15.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- internal/version.go | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e72f113..7ccfe12 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.0" + ".": "1.15.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d7d4f4..a507640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 1.15.0 (2025-01-21) + +Full Changelog: [v1.14.0...v1.15.0](https://github.com/Finch-API/finch-api-go/compare/v1.14.0...v1.15.0) + +### Features + +* support deprecated markers ([#300](https://github.com/Finch-API/finch-api-go/issues/300)) ([806ce25](https://github.com/Finch-API/finch-api-go/commit/806ce258f64e70e98f24ae465cf7d6356953167e)) + + +### Bug Fixes + +* fix apijson.Port for embedded structs ([#297](https://github.com/Finch-API/finch-api-go/issues/297)) ([1bfa198](https://github.com/Finch-API/finch-api-go/commit/1bfa198f18ad9e712ff25f358d118db48983efab)) +* fix apijson.Port for embedded structs ([#299](https://github.com/Finch-API/finch-api-go/issues/299)) ([3b7efb3](https://github.com/Finch-API/finch-api-go/commit/3b7efb331c46db452a7fc880b471860a07f21355)) + ## 1.14.0 (2025-01-09) Full Changelog: [v1.13.1...v1.14.0](https://github.com/Finch-API/finch-api-go/compare/v1.13.1...v1.14.0) diff --git a/README.md b/README.md index 100744e..34e97ea 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.14.0' +go get -u 'github.com/Finch-API/finch-api-go@v1.15.0' ``` diff --git a/internal/version.go b/internal/version.go index f2e4266..e5c6a5b 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "1.14.0" // x-release-please-version +const PackageVersion = "1.15.0" // x-release-please-version