diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 821a188f2..2832f7e24 100644 --- a/clients/cli/go.mod +++ b/clients/cli/go.mod @@ -9,7 +9,7 @@ require ( github.com/daviddengcn/go-colortext v1.0.0 github.com/jpillora/backoff v1.0.0 github.com/mitchellh/mapstructure v1.4.0 - github.com/phrase/phrase-go/v2 v2.21.1 // x-release-please-version + github.com/phrase/phrase-go/v2 v2.22.0 // x-release-please-version github.com/spf13/cobra v1.0.0 github.com/spf13/viper v1.7.1 gopkg.in/yaml.v2 v2.4.0 diff --git a/clients/go/CHANGELOG.md b/clients/go/CHANGELOG.md index 13f144bde..a4d4ae044 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.22.0](https://github.com/phrase/openapi/compare/go-v2.21.1...go-v2.22.0) (2023-12-21) + + +### Features + +* **GO:** retrigger release for GO ([4fcf237](https://github.com/phrase/openapi/commit/4fcf237a4583190863b2b33b9710ef8a1540e1fd)) +* Retrigger release for CLI & GO ([#505](https://github.com/phrase/openapi/issues/505)) ([4fcf237](https://github.com/phrase/openapi/commit/4fcf237a4583190863b2b33b9710ef8a1540e1fd)) + + +### Bug Fixes + +* **CLI:** retrigger release for CLI ([4fcf237](https://github.com/phrase/openapi/commit/4fcf237a4583190863b2b33b9710ef8a1540e1fd)) +* **GO,CLI:** Reverts retrigger Go & CLI release ([d6574c1](https://github.com/phrase/openapi/commit/d6574c12e0fa93596935706a6b4a2aaa3c7691ef)) + ## [2.21.1](https://github.com/phrase/openapi/compare/go-v2.21.0...go-v2.21.1) (2023-12-20) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 7191aa5c3..13f8159a4 100644 --- a/openapi-generator/go_lang.yaml +++ b/openapi-generator/go_lang.yaml @@ -2,7 +2,7 @@ generatorName: go outputDir: clients/go packageName: phrase -packageVersion: 2.21.1 +packageVersion: 2.22.0 gitUserId: phrase gitRepoId: phrase-go httpUserAgent: Phrase Strings go diff --git a/release-please/manifest-go.json b/release-please/manifest-go.json index 637e6946c..c4563a87a 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "2.21.1" + ".": "2.22.0" } \ No newline at end of file