diff --git a/.travis.yml b/.travis.yml index d74078b..2a326d8 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.5.0.gem + - gem install ./phrase-3.6.0.gem diff --git a/CHANGELOG.md b/CHANGELOG.md index c07918a..b155bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.6.0](https://github.com/phrase/openapi/compare/ruby-v3.5.0...ruby-v3.6.0) (2024-10-02) + + +### Features + +* Add translation key prefixes for upload and download ([#687](https://github.com/phrase/openapi/issues/687)) ([9c9c959](https://github.com/phrase/openapi/commit/9c9c959830631bcac8beaf1de30ab31755ac1ee5)) + + +### Bug Fixes + +* **API:** Format list is not paginated and authenticated #STRINGS-458 ([#690](https://github.com/phrase/openapi/issues/690)) ([25e90f4](https://github.com/phrase/openapi/commit/25e90f46513e70cf328be80c36ae785cead05851)) + ## [3.5.0](https://github.com/phrase/openapi/compare/ruby-v3.4.0...ruby-v3.5.0) (2024-09-09) diff --git a/README.md b/README.md index bdeeca1..15d0c82 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.5.0 +- Package version: 3.6.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.5.0.gem +gem install ./phrase-3.6.0.gem ``` -(for development, run `gem install --dev ./phrase-3.5.0.gem` to install the development dependencies) +(for development, run `gem install --dev ./phrase-3.6.0.gem` to install the development dependencies) ## Getting Started diff --git a/lib/phrase/version.rb b/lib/phrase/version.rb index 73a4e89..a12f7c2 100644 --- a/lib/phrase/version.rb +++ b/lib/phrase/version.rb @@ -1,3 +1,3 @@ module Phrase - VERSION = '3.5.0' + VERSION = '3.6.0' end