diff --git a/clients/cli/go.mod b/clients/cli/go.mod index d4f4aef3..5e3e141c 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.15.0 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.16.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 7b700eaf..8a66fedf 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.16.0](https://github.com/phrase/openapi/compare/go-v4.15.0...go-v4.16.0) (2025-12-11) + + +### Features + +* **API:** Add create comparison endpoint for branches [SCD-549] ([#966](https://github.com/phrase/openapi/issues/966)) ([4099e32](https://github.com/phrase/openapi/commit/4099e32d42744f9d73346077ef30b0f4bd5c849e)) + ## [4.15.0](https://github.com/phrase/openapi/compare/go-v4.14.1...go-v4.15.0) (2025-12-02) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index a0242b28..7b049ce1 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.15.0 +packageVersion: 4.16.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 34f6b414..a5dd041d 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.15.0" + ".": "4.16.0" } \ No newline at end of file