diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7b8aea1fd..5e7ee8375 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.28.0 +current_version = 3.29.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 160fdc469..3d87c59b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.29.0](https://github.com/recurly/recurly-client-ruby/tree/3.29.0) (2024-05-24) + +[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.28.0...3.29.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2019-10-10 [#903](https://github.com/recurly/recurly-client-ruby/pull/903) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [3.28.0](https://github.com/recurly/recurly-client-ruby/tree/3.28.0) (2023-05-23) [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.27.0...3.28.0) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 97eecda85..bcf16dec6 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', '~> 3.28' +gem 'recurly', '~> 3.29' ``` > *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 27b06a0c0..700d7f3f1 100644 --- a/lib/recurly/version.rb +++ b/lib/recurly/version.rb @@ -1,3 +1,3 @@ module Recurly - VERSION = "3.28.0" + VERSION = "3.29.0" end