diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a5463ab9..37701115 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.23.0 +current_version = 4.24.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eac9145..57bb52e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.24.0](https://github.com/recurly/recurly-client-php/tree/4.24.0) (2022-11-15) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.23.0...4.24.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (External Subscriptions feature) [#729](https://github.com/recurly/recurly-client-php/pull/729) ([recurly-integrations](https://github.com/recurly-integrations)) +- Generated Latest Changes for v2021-02-25 [#728](https://github.com/recurly/recurly-client-php/pull/728) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.23.0](https://github.com/recurly/recurly-client-php/tree/4.23.0) (2022-10-27) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.22.0...4.23.0) diff --git a/composer.json b/composer.json index aeab1394..305e017d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "recurly/recurly-client", - "version": "4.23.0", + "version": "4.24.0", "type": "library", "description": "The PHP client library for the Recurly API", "keywords": ["recurly", "payments", "pay"], diff --git a/lib/recurly/version.php b/lib/recurly/version.php index 00bf87fb..74c2e018 100644 --- a/lib/recurly/version.php +++ b/lib/recurly/version.php @@ -4,5 +4,5 @@ class Version { - public const CURRENT = '4.23.0'; + public const CURRENT = '4.24.0'; }