From a491f0b5d86ed073db6c996b229ab774e093500b Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Thu, 19 Jan 2023 18:48:33 +0000 Subject: [PATCH] 3.25.0 [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.24.0...3.25.0) **Merged Pull Requests** - Generated Latest Changes for v2019-10-10 (Custom Fields on Line Items) [#822](https://github.com/recurly/recurly-client-ruby/pull/822) ([recurly-integrations](https://github.com/recurly-integrations)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 11 +++++++++++ GETTING_STARTED.md | 2 +- lib/recurly/version.rb | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ae34928f6..6b42554ed 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.24.0 +current_version = 3.25.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b3990373..fb3ae5f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.25.0](https://github.com/recurly/recurly-client-ruby/tree/3.25.0) (2023-01-19) + +[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.24.0...3.25.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2019-10-10 (Custom Fields on Line Items) [#822](https://github.com/recurly/recurly-client-ruby/pull/822) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [3.24.0](https://github.com/recurly/recurly-client-ruby/tree/3.24.0) (2023-01-11) [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/3.23.0...3.24.0) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 48ddc3112..877ff5ab0 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.24' +gem 'recurly', '~> 3.25' ``` > *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 e930ee826..736bb32aa 100644 --- a/lib/recurly/version.rb +++ b/lib/recurly/version.rb @@ -1,3 +1,3 @@ module Recurly - VERSION = "3.24.0" + VERSION = "3.25.0" end