diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f3c9d9b2c..bcdf0e1fd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.34.0 +current_version = 4.35.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa0770cf8..60f416c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.35.0](https://github.com/recurly/recurly-client-ruby/tree/4.35.0) (2023-05-03) + +[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.34.0...4.35.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 [#843](https://github.com/recurly/recurly-client-ruby/pull/843) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.34.0](https://github.com/recurly/recurly-client-ruby/tree/4.34.0) (2023-04-26) [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.33.0...4.34.0) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index d68e8d1a2..77be1bcdd 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -5,7 +5,7 @@ This repository houses the official ruby client for Recurly's V3 API. In your Gemfile, add `recurly` as a dependency. ```ruby -gem 'recurly', '~> 4.34' +gem 'recurly', '~> 4.35' ``` > *Note*: We try to follow [semantic versioning](https://semver.org/) and will only apply breaking changes to major versions. diff --git a/lib/recurly/version.rb b/lib/recurly/version.rb index 569833997..7ab464184 100644 --- a/lib/recurly/version.rb +++ b/lib/recurly/version.rb @@ -1,3 +1,3 @@ module Recurly - VERSION = "4.34.0" + VERSION = "4.35.0" end