From 0e25c8b838e942fd660e080318435e2312dbf0da Mon Sep 17 00:00:00 2001 From: Phrase Date: Tue, 2 Jul 2024 12:28:50 +0000 Subject: [PATCH] Deploying from phrase/openapi@fd44c303 --- .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 5f37ac7..25dfc02 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.2.1.gem + - gem install ./phrase-3.3.0.gem diff --git a/CHANGELOG.md b/CHANGELOG.md index c6c6217..b8b2ac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.3.0](https://github.com/phrase/openapi/compare/ruby-v3.2.1...ruby-v3.3.0) (2024-07-02) + + +### Features + +* add repo sync events show endpoint ([#641](https://github.com/phrase/openapi/issues/641)) ([e1d9cfb](https://github.com/phrase/openapi/commit/e1d9cfb23e079fea2d9e5475dff9a4137f1f0154)) +* **API:** Async downloads [TSI-2515] ([#642](https://github.com/phrase/openapi/issues/642)) ([6fcab5d](https://github.com/phrase/openapi/commit/6fcab5d4719f64e8e5dd49c327dc9348b384de4c)) + ## [3.2.1](https://github.com/phrase/openapi/compare/ruby-v3.2.0...ruby-v3.2.1) (2024-06-18) diff --git a/README.md b/README.md index 92111ca..934ca79 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.2.1 +- Package version: 3.3.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.2.1.gem +gem install ./phrase-3.3.0.gem ``` -(for development, run `gem install --dev ./phrase-3.2.1.gem` to install the development dependencies) +(for development, run `gem install --dev ./phrase-3.3.0.gem` to install the development dependencies) ## Getting Started diff --git a/lib/phrase/version.rb b/lib/phrase/version.rb index 35ea3b3..3ae181a 100644 --- a/lib/phrase/version.rb +++ b/lib/phrase/version.rb @@ -1,3 +1,3 @@ module Phrase - VERSION = '3.2.1' + VERSION = '3.3.0' end