From 22b2d08657e0785e840544d168613b21e0f84338 Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 6 Jan 2025 09:40:44 +0100 Subject: [PATCH] chore(master): release ruby 4.0.2 (#764) --- 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 f6dfc22b..3bf952b2 100644 --- a/clients/ruby/CHANGELOG.md +++ b/clients/ruby/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.2](https://github.com/phrase/openapi/compare/ruby-v4.0.1...ruby-v4.0.2) (2025-01-06) + + +### Bug Fixes + +* **CLI:** Adjust operationId for quality_performance_score #STRINGS-1104 ([#721](https://github.com/phrase/openapi/issues/721)) ([7aa3b9b](https://github.com/phrase/openapi/commit/7aa3b9b508d1d24a4af7f4977b1a2fead8bfda78)) + ## [4.0.1](https://github.com/phrase/openapi/compare/ruby-v4.0.0...ruby-v4.0.1) (2024-12-20) diff --git a/openapi-generator/ruby_lang.yaml b/openapi-generator/ruby_lang.yaml index 3e3e7d23..e27e4998 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.0.1 +gemVersion: 4.0.2 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 6a37fe2d..51b15c88 100644 --- a/release-please/manifest-ruby.json +++ b/release-please/manifest-ruby.json @@ -1,3 +1,3 @@ { - ".": "4.0.1" + ".": "4.0.2" } \ No newline at end of file