diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 0f976d3d8..c8dc4b99a 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.5.0 - github.com/phrase/phrase-go/v4 v4.32.0 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.33.0 // x-release-please-version github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.7.1 golang.org/x/sync v0.23.0 diff --git a/clients/go/CHANGELOG.md b/clients/go/CHANGELOG.md index 052fc575b..d795ca00c 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.33.0](https://github.com/phrase/strings-openapi/compare/go-v4.32.0...go-v4.33.0) (2026-09-24) + + +### Features + +* **API:** add page/per_page params to repo_syncs list endpoint #STRINGS-3518 ([#1297](https://github.com/phrase/strings-openapi/issues/1297)) ([414261f](https://github.com/phrase/strings-openapi/commit/414261fe370337ed78dd4a5144c98132bc91ee7a)) + ## [4.32.0](https://github.com/phrase/strings-openapi/compare/go-v4.31.0...go-v4.32.0) (2026-09-23) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 6084afd42..0267af6dc 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.32.0 +packageVersion: 4.33.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 263d47d2b..5304d0ace 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.32.0" + ".": "4.33.0" } \ No newline at end of file