diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 0cc51498..8e6940e9 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.18.0 // x-release-please-version + github.com/phrase/phrase-go/v2 v2.19.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 f14ac85b..ff1068fc 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.19.0](https://github.com/phrase/openapi/compare/go-v2.18.0...go-v2.19.0) (2023-11-28) + + +### Features + +* Add reports locales endpoint to API [TSS-2439] ([#465](https://github.com/phrase/openapi/issues/465)) ([e03aa9f](https://github.com/phrase/openapi/commit/e03aa9f49f031517b36db715fe70e8e0b65a438b)) + ## [2.18.0](https://github.com/phrase/openapi/compare/go-v2.17.0...go-v2.18.0) (2023-11-03) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 32724f8b..7f2256a2 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.18.0 +packageVersion: 2.19.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 ca3496a3..60b44f4d 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "2.18.0" + ".": "2.19.0" } \ No newline at end of file