From 727b9c57581a8b32e2f2b673adb7da5e3d7ad3ea Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Wed, 6 Dec 2023 19:57:54 +0000 Subject: [PATCH] 4.44.0 [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.43.0...4.44.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 (External Payment Phases) [#869](https://github.com/recurly/recurly-client-ruby/pull/869) ([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 bc0ee00e1..9c6fd3069 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.43.0 +current_version = 4.44.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe2c2a18..f07c3fa0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.44.0](https://github.com/recurly/recurly-client-ruby/tree/4.44.0) (2023-12-06) + +[Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.43.0...4.44.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (External Payment Phases) [#869](https://github.com/recurly/recurly-client-ruby/pull/869) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.43.0](https://github.com/recurly/recurly-client-ruby/tree/4.43.0) (2023-11-07) [Full Changelog](https://github.com/recurly/recurly-client-ruby/compare/4.42.0...4.43.0) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index e5580d2f9..6496ca0d7 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.43' +gem 'recurly', '~> 4.44' ``` > *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 b1f860ebb..223bb51b6 100644 --- a/lib/recurly/version.rb +++ b/lib/recurly/version.rb @@ -1,3 +1,3 @@ module Recurly - VERSION = "4.43.0" + VERSION = "4.44.0" end