diff --git a/clients/cli/go.mod b/clients/cli/go.mod index e9a098dd..099278d1 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.27.0 // x-release-please-version + github.com/phrase/phrase-go/v2 v3.0.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 fc961bb6..d76d4d94 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/phrase/openapi/compare/go-v2.27.0...go-v3.0.0) (2024-04-23) + + +### ⚠ BREAKING CHANGES + +* add missing required params ([#571](https://github.com/phrase/openapi/issues/571)) + +### Code Refactoring + +* add missing required params ([#571](https://github.com/phrase/openapi/issues/571)) ([d810e9e](https://github.com/phrase/openapi/commit/d810e9ebc767e14ba9e56106de8c5774d9d6d178)) + ## [2.27.0](https://github.com/phrase/openapi/compare/go-v2.26.0...go-v2.27.0) (2024-04-22) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 2656e252..a366c8ac 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.27.0 +packageVersion: 3.0.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 4bdf4894..4191c889 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "2.27.0" + ".": "3.0.0" } \ No newline at end of file