From e742853112d7baa6f5f129c304d5bdeb57334e85 Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 30 Oct 2023 15:56:35 +0100 Subject: [PATCH] chore(master): release ruby 2.19.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 113b52cd..d9c2fd64 100644 --- a/clients/ruby/CHANGELOG.md +++ b/clients/ruby/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.19.0](https://github.com/phrase/openapi/compare/ruby-v2.18.0...ruby-v2.19.0) (2023-10-30) + + +### Features + +* Update openapi-generator to v7 ([#418](https://github.com/phrase/openapi/issues/418)) ([524626f](https://github.com/phrase/openapi/commit/524626f5e914bfef6025d0e1c2cbc7a728d08f56)) + ## [2.18.0](https://github.com/phrase/openapi/compare/ruby-v2.17.0...ruby-v2.18.0) (2023-10-23) diff --git a/openapi-generator/ruby_lang.yaml b/openapi-generator/ruby_lang.yaml index 8d20f314..04b3e96e 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: 2.18.0 +gemVersion: 2.19.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 ca3496a3..60b44f4d 100644 --- a/release-please/manifest-ruby.json +++ b/release-please/manifest-ruby.json @@ -1,3 +1,3 @@ { - ".": "2.18.0" + ".": "2.19.0" } \ No newline at end of file