From ef250447aa6dfe00b0f2e63b523ccdfe9c9b1b1d Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 13 Sep 2023 14:03:44 +0000 Subject: [PATCH] Deploying from phrase/openapi@10ccc37e --- .travis.yml | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 6 +++--- lib/phrase/version.rb | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 077368b..9b6d64a 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-2.15.0.gem + - gem install ./phrase-2.16.0.gem diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ae344..03a9933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.16.0](https://github.com/phrase/openapi/compare/ruby-v2.15.0...ruby-v2.16.0) (2023-09-12) + + +### Features + +* Optionally tag only affected keys on upload [TSI-2041] ([#412](https://github.com/phrase/openapi/issues/412)) ([e8f958e](https://github.com/phrase/openapi/commit/e8f958e91469c2542f44ab68469c933688958383)) +* **TSI-1946:** Add reviewed_at to translations ([#396](https://github.com/phrase/openapi/issues/396)) ([3e663d9](https://github.com/phrase/openapi/commit/3e663d971a99a816f0165dd6653a9a1e8a87c95e)) + ## [2.15.0](https://github.com/phrase/openapi/compare/ruby-v2.14.0...ruby-v2.15.0) (2023-08-28) diff --git a/README.md b/README.md index 621e6dd..c18aa6a 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: 2.15.0 +- Package version: 2.16.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-2.15.0.gem +gem install ./phrase-2.16.0.gem ``` -(for development, run `gem install --dev ./phrase-2.15.0.gem` to install the development dependencies) +(for development, run `gem install --dev ./phrase-2.16.0.gem` to install the development dependencies) ## Getting Started diff --git a/lib/phrase/version.rb b/lib/phrase/version.rb index 33c5179..8b41f06 100644 --- a/lib/phrase/version.rb +++ b/lib/phrase/version.rb @@ -1,3 +1,3 @@ module Phrase - VERSION = '2.15.0' + VERSION = '2.16.0' end