diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 6ec5e667..39e2f0e7 100644 --- a/clients/cli/go.mod +++ b/clients/cli/go.mod @@ -11,7 +11,7 @@ require ( github.com/daviddengcn/go-colortext v1.0.0 github.com/jpillora/backoff v1.0.0 github.com/mitchellh/mapstructure v1.5.0 - github.com/phrase/phrase-go/v4 v4.30.0 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.31.0 // x-release-please-version github.com/spf13/cobra v1.8.1 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 a2a8a02a..106671e7 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.31.0](https://github.com/phrase/strings-openapi/compare/go-v4.30.0...go-v4.31.0) (2026-08-31) + + +### Features + +* **API:** document tm_ids and term_base_ids params on projects API ([#1244](https://github.com/phrase/strings-openapi/issues/1244)) ([c8a2eea](https://github.com/phrase/strings-openapi/commit/c8a2eeab870236e46a8f87770c5499f0d6ffd2ca)) + ## [4.30.0](https://github.com/phrase/strings-openapi/compare/go-v4.29.1...go-v4.30.0) (2026-08-24) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index a31909f4..3eae4e71 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: 4.30.0 +packageVersion: 4.31.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 ba2c94bf..a95c8527 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.30.0" + ".": "4.31.0" } \ No newline at end of file