diff --git a/.travis.yml b/.travis.yml index 3fe58a4..11b35b8 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.20.0.gem + - gem install ./phrase-2.21.0.gem diff --git a/CHANGELOG.md b/CHANGELOG.md index 0905ac3..1ef0640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.21.0](https://github.com/phrase/openapi/compare/ruby-v2.20.0...ruby-v2.21.0) (2023-12-13) + + +### Features + +* Add reports locales endpoint to API [TSS-2439] ([#465](https://github.com/phrase/openapi/issues/465)) ([e03aa9f](https://github.com/phrase/openapi/commit/e03aa9f49f031517b36db715fe70e8e0b65a438b)) +* **API:** add Custom Metadata endpoints ([#474](https://github.com/phrase/openapi/issues/474)) ([d407d8b](https://github.com/phrase/openapi/commit/d407d8be5ccddec1afde14a12804a7a616f77d7a)) +* **API:** Add custom_metadata_filters param to locale download endpoint [TSI-2174] ([#478](https://github.com/phrase/openapi/issues/478)) ([3623478](https://github.com/phrase/openapi/commit/3623478fc1518b457ab018b5630a693081637d6e)) +* **API:** Add url field to uploads ([#481](https://github.com/phrase/openapi/issues/481)) ([7332a84](https://github.com/phrase/openapi/commit/7332a84f9958346f2fb28dee4b0353519ef466d5)) + ## [2.20.0](https://github.com/phrase/openapi/compare/ruby-v2.19.0...ruby-v2.20.0) (2023-11-03) diff --git a/README.md b/README.md index 3cc0c35..2416f24 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.20.0 +- Package version: 2.21.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.20.0.gem +gem install ./phrase-2.21.0.gem ``` -(for development, run `gem install --dev ./phrase-2.20.0.gem` to install the development dependencies) +(for development, run `gem install --dev ./phrase-2.21.0.gem` to install the development dependencies) ## Getting Started diff --git a/lib/phrase/version.rb b/lib/phrase/version.rb index dc856f2..ea957d5 100644 --- a/lib/phrase/version.rb +++ b/lib/phrase/version.rb @@ -1,3 +1,3 @@ module Phrase - VERSION = '2.20.0' + VERSION = '2.21.0' end