diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2aa1951..9c8be1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.14.1" + ".": "2.14.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 42abd3a..d7e9211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.14.2](https://github.com/tbckr/sgpt/compare/v2.14.1...v2.14.2) (2024-07-10) + + +### Bug Fixes + +* **deps:** update module github.com/sashabaranov/go-openai to v1.23.1 ([4d63646](https://github.com/tbckr/sgpt/commit/4d63646e7ab210cee521108e77341023ceffd20b)) +* **deps:** update module github.com/sashabaranov/go-openai to v1.24.0 ([e4cafde](https://github.com/tbckr/sgpt/commit/e4cafde70297e8f002661175a4e72d6eb7342b16)) +* **deps:** update module github.com/sashabaranov/go-openai to v1.24.1 ([ebe96df](https://github.com/tbckr/sgpt/commit/ebe96dfa04f5942fdbc76c296f857e8acb8912c0)) +* **deps:** update module github.com/sashabaranov/go-openai to v1.24.2 ([ee181ea](https://github.com/tbckr/sgpt/commit/ee181ea0384c7a541aa10947161ecab30b1ec60e)) +* **deps:** update module github.com/sashabaranov/go-openai to v1.25.0 ([b71ec16](https://github.com/tbckr/sgpt/commit/b71ec161d027602ef717ee7df07a1eb891c9ffdd)) +* **deps:** update module github.com/sashabaranov/go-openai to v1.26.0 ([d9f4eae](https://github.com/tbckr/sgpt/commit/d9f4eae2b4c783b9ae453fd1e2726da0130b7cd9)) +* **deps:** update module github.com/sashabaranov/go-openai to v1.26.1 ([656b8d1](https://github.com/tbckr/sgpt/commit/656b8d1b8e2a754b35588df0b0b02f8e5206a275)) +* **deps:** update module github.com/sashabaranov/go-openai to v1.26.2 ([5d9e998](https://github.com/tbckr/sgpt/commit/5d9e9988babffefdf6a530d67bb441097ceef8a9)) +* **deps:** update module github.com/spf13/cobra to v1.8.1 ([8c927e5](https://github.com/tbckr/sgpt/commit/8c927e57f067e9db91466be94b681b17866e31b7)) +* **deps:** update module github.com/spf13/viper to v1.19.0 ([6518491](https://github.com/tbckr/sgpt/commit/65184913cdf1f8cf52a4d8793e66a81e5e45c288)) + ## [2.14.1](https://github.com/tbckr/sgpt/compare/v2.14.0...v2.14.1) (2024-05-14) diff --git a/internal/buildinfo/version.go b/internal/buildinfo/version.go index 38b5a4e..e00c0ac 100644 --- a/internal/buildinfo/version.go +++ b/internal/buildinfo/version.go @@ -22,7 +22,7 @@ package buildinfo var ( - version = "v2.14.1" // x-release-please-version + version = "v2.14.2" // x-release-please-version commit = "unset" commitDate = "unset" )