diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 8d738dd6..2397217c 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/v3 v3.1.1 // x-release-please-version + github.com/phrase/phrase-go/v3 v3.2.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 d6a437c9..1eb8be32 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/phrase/openapi/compare/go-v3.1.1...go-v3.2.0) (2024-06-12) + + +### Features + +* **API:** Add OTA Release Triggers API [TSI-2485] ([#622](https://github.com/phrase/openapi/issues/622)) ([8cb91dc](https://github.com/phrase/openapi/commit/8cb91dcce2c19ca700cf9d0713fa74f28ad59434)) + ## [3.1.1](https://github.com/phrase/openapi/compare/go-v3.1.0...go-v3.1.1) (2024-05-31) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 29a0baa1..ab0d5810 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: 3.1.1 +packageVersion: 3.2.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 89c23bac..1f73031b 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "3.1.1" + ".": "3.2.0" } \ No newline at end of file