diff --git a/clients/cli/go.mod b/clients/cli/go.mod index b4d1c54a..89360c8e 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.19.0 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.20.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 edeaa9cd..de8a65d8 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.20.0](https://github.com/phrase/strings-openapi/compare/go-v4.19.0...go-v4.20.0) (2026-02-06) + + +### Features + +* **API:** add pr_branch param to repo-sync export #SCD-594 ([#978](https://github.com/phrase/strings-openapi/issues/978)) ([7c3c19f](https://github.com/phrase/strings-openapi/commit/7c3c19fa6b7254315ce48a1ad420b97d529dbd9a)) + ## [4.19.0](https://github.com/phrase/strings-openapi/compare/go-v4.18.1...go-v4.19.0) (2026-01-27) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 59207a9b..5d38be30 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.19.0 +packageVersion: 4.20.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 647ed9ca..88e4c443 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.19.0" + ".": "4.20.0" } \ No newline at end of file