From ba19da05e003b60dadd3139a5732ea484291bdfc Mon Sep 17 00:00:00 2001 From: Phrase Date: Mon, 9 Sep 2024 07:48:10 +0000 Subject: [PATCH] Deploying from phrase/openapi@73a64ce3 --- .travis.yml | 2 +- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- lib/phrase/version.rb | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b64164..d74078b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ script: - bundle install --path vendor/bundle - bundle exec rspec - gem build phrase.gemspec - - gem install ./phrase-3.4.0.gem + - gem install ./phrase-3.5.0.gem diff --git a/CHANGELOG.md b/CHANGELOG.md index be58d13..c07918a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.5.0](https://github.com/phrase/openapi/compare/ruby-v3.4.0...ruby-v3.5.0) (2024-09-09) + + +### Features + +* Add update_translations_on_source_match ([#670](https://github.com/phrase/openapi/issues/670)) ([11003ac](https://github.com/phrase/openapi/commit/11003ace7353bf99893482ca4aa32214abf3e581)) + ## [3.4.0](https://github.com/phrase/openapi/compare/ruby-v3.3.0...ruby-v3.4.0) (2024-07-25) diff --git a/README.md b/README.md index 4d96789..bdeeca1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Phrase Strings is a translation management platform for software projects. You c ## This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 2.0.0 -- Package version: 3.4.0 +- Package version: 3.5.0 - Build package: org.openapitools.codegen.languages.RubyClientCodegen For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/) @@ -56,10 +56,10 @@ gem build phrase.gemspec Then install the gem locally: ```shell -gem install ./phrase-3.4.0.gem +gem install ./phrase-3.5.0.gem ``` -(for development, run `gem install --dev ./phrase-3.4.0.gem` to install the development dependencies) +(for development, run `gem install --dev ./phrase-3.5.0.gem` to install the development dependencies) ## Getting Started diff --git a/lib/phrase/version.rb b/lib/phrase/version.rb index fca2586..73a4e89 100644 --- a/lib/phrase/version.rb +++ b/lib/phrase/version.rb @@ -1,3 +1,3 @@ module Phrase - VERSION = '3.4.0' + VERSION = '3.5.0' end