From 0975410eac13f0f9dd8497036922bf670bc65922 Mon Sep 17 00:00:00 2001 From: Phrase Date: Wed, 10 Apr 2024 08:59:24 +0000 Subject: [PATCH] Deploying from phrase/openapi@a72fc733 --- .travis.yml | 2 +- CHANGELOG.md | 12 ++++++++++++ README.md | 6 +++--- lib/phrase/version.rb | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3e7b89b..967fbdb 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.23.0.gem + - gem install ./phrase-2.24.0.gem diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a7f23d..20c4a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.24.0](https://github.com/phrase/openapi/compare/ruby-v2.23.0...ruby-v2.24.0) (2024-04-10) + + +### Features + +* **API:** add Linked Keys endpoints ([#555](https://github.com/phrase/openapi/issues/555)) ([4935dac](https://github.com/phrase/openapi/commit/4935dac58c787eaade2f1f65ce649f466b5e3a60)) + + +### Bug Fixes + +* (API) Add mandatory params to linked keys endpoints ([#564](https://github.com/phrase/openapi/issues/564)) ([08d9846](https://github.com/phrase/openapi/commit/08d9846bc224d349e2ade9abf28d733afb1e8be3)) + ## [2.23.0](https://github.com/phrase/openapi/compare/ruby-v2.22.2...ruby-v2.23.0) (2024-02-07) diff --git a/README.md b/README.md index 5393a3f..2eebba3 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.23.0 +- Package version: 2.24.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.23.0.gem +gem install ./phrase-2.24.0.gem ``` -(for development, run `gem install --dev ./phrase-2.23.0.gem` to install the development dependencies) +(for development, run `gem install --dev ./phrase-2.24.0.gem` to install the development dependencies) ## Getting Started diff --git a/lib/phrase/version.rb b/lib/phrase/version.rb index 0e3dfef..95da2d0 100644 --- a/lib/phrase/version.rb +++ b/lib/phrase/version.rb @@ -1,3 +1,3 @@ module Phrase - VERSION = '2.23.0' + VERSION = '2.24.0' end