diff --git a/clients/cli/go.mod b/clients/cli/go.mod index 9c034539..9e712058 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.25.0 // x-release-please-version + github.com/phrase/phrase-go/v4 v4.26.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 a7076a41..83f6fc61 100644 --- a/clients/go/CHANGELOG.md +++ b/clients/go/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.26.0](https://github.com/phrase/strings-openapi/compare/go-v4.25.0...go-v4.26.0) (2026-05-15) + + +### Features + +* **API:** Add q search param to locales list endpoint ([#1127](https://github.com/phrase/strings-openapi/issues/1127)) ([24f3a73](https://github.com/phrase/strings-openapi/commit/24f3a73ded885e4b855ad51547990af032dd2b26)) + ## [4.25.0](https://github.com/phrase/strings-openapi/compare/go-v4.24.0...go-v4.25.0) (2026-05-04) diff --git a/openapi-generator/go_lang.yaml b/openapi-generator/go_lang.yaml index 08532294..e606801f 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.25.0 +packageVersion: 4.26.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 141929c0..f3ab3a80 100644 --- a/release-please/manifest-go.json +++ b/release-please/manifest-go.json @@ -1,3 +1,3 @@ { - ".": "4.25.0" + ".": "4.26.0" } \ No newline at end of file