diff --git a/clients/ruby/CHANGELOG.md b/clients/ruby/CHANGELOG.md index 8403eacc..baafc213 100644 --- a/clients/ruby/CHANGELOG.md +++ b/clients/ruby/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.29.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.28.0...ruby-v4.29.0) (2026-09-18) + + +### Features + +* **API:** document GET /projects/{project_id}/members list endpoint STRINGS-3471 ([#1276](https://github.com/phrase/strings-openapi/issues/1276)) ([fbf8448](https://github.com/phrase/strings-openapi/commit/fbf844851b3fa67604c55fe8b16166006a89b74f)) + ## [4.28.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.27.0...ruby-v4.28.0) (2026-09-17) diff --git a/openapi-generator/ruby_lang.yaml b/openapi-generator/ruby_lang.yaml index b5a20f90..e8f5a69a 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.28.0 +gemVersion: 4.29.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 cd95c250..1b159305 100644 --- a/release-please/manifest-ruby.json +++ b/release-please/manifest-ruby.json @@ -1,3 +1,3 @@ { - ".": "4.28.0" + ".": "4.29.0" } \ No newline at end of file