diff --git a/clients/ruby/CHANGELOG.md b/clients/ruby/CHANGELOG.md index 1667d94a..28ca8c67 100644 --- a/clients/ruby/CHANGELOG.md +++ b/clients/ruby/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.22.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.21.0...ruby-v4.22.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.21.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.20.0...ruby-v4.21.0) (2026-05-06) diff --git a/openapi-generator/ruby_lang.yaml b/openapi-generator/ruby_lang.yaml index 11edb55d..82d54ddd 100644 --- a/openapi-generator/ruby_lang.yaml +++ b/openapi-generator/ruby_lang.yaml @@ -3,7 +3,7 @@ generatorName: ruby outputDir: clients/ruby moduleName: Phrase gemName: phrase -gemVersion: 4.21.0 +gemVersion: 4.22.0 gemDescription: Phrase Strings is a translation management platform for software projects. gemSummary: >- You can collaborate on language file translation with your team or order diff --git a/release-please/manifest-ruby.json b/release-please/manifest-ruby.json index b9e06599..c032d311 100644 --- a/release-please/manifest-ruby.json +++ b/release-please/manifest-ruby.json @@ -1,3 +1,3 @@ { - ".": "4.21.0" + ".": "4.22.0" } \ No newline at end of file