From 934b2609c1f3c0ceca36d34ee684128dc76c5bce Mon Sep 17 00:00:00 2001 From: Phrase Date: Thu, 11 Jun 2026 12:28:38 +0200 Subject: [PATCH] chore(main): release ruby 4.24.0 --- clients/ruby/CHANGELOG.md | 7 +++++++ openapi-generator/ruby_lang.yaml | 2 +- release-please/manifest-ruby.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/ruby/CHANGELOG.md b/clients/ruby/CHANGELOG.md index 3cb1b60cb..76de29dbf 100644 --- a/clients/ruby/CHANGELOG.md +++ b/clients/ruby/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.24.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.23.0...ruby-v4.24.0) (2026-06-11) + + +### Features + +* **API:** add fallback_for_unverified_translations param to locale d… ([#1148](https://github.com/phrase/strings-openapi/issues/1148)) ([9ef6248](https://github.com/phrase/strings-openapi/commit/9ef6248aae14d9bd65eee9ea3554f03c6f9331cb)) + ## [4.23.0](https://github.com/phrase/strings-openapi/compare/ruby-v4.22.0...ruby-v4.23.0) (2026-06-04) diff --git a/openapi-generator/ruby_lang.yaml b/openapi-generator/ruby_lang.yaml index b79917243..c811013cd 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.23.0 +gemVersion: 4.24.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 69e5aa20c..0f2463a3e 100644 --- a/release-please/manifest-ruby.json +++ b/release-please/manifest-ruby.json @@ -1,3 +1,3 @@ { - ".": "4.23.0" + ".": "4.24.0" } \ No newline at end of file