diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 9e712058..277be77f 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.26.0 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.27.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 83f6fc61..3833b414 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.27.0](https://github.com/phrase/strings-openapi/compare/go-v4.26.0...go-v4.27.0) (2026-05-21) + + +### Features + +* **API:** align and improve API coverage across v2 endpoints ([#1145](https://github.com/phrase/strings-openapi/issues/1145)) ([b27394b](https://github.com/phrase/strings-openapi/commit/b27394bd102f2aee4dd468e3c2fff355018ec59c)) + + +### Bug Fixes + +* **API:** branching: align operations with the backend behavior ([#1136](https://github.com/phrase/strings-openapi/issues/1136)) ([b0e0c8e](https://github.com/phrase/strings-openapi/commit/b0e0c8ed692be75ea55e761e49df8c35fb17df56)) + ## [4.26.0](https://github.com/phrase/strings-openapi/compare/go-v4.25.0...go-v4.26.0) (2026-05-15) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index e606801f..31e7fc26 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.26.0 +packageVersion: 4.27.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 f3ab3a80..81e5e657 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.26.0" + ".": "4.27.0" } \ No newline at end of file