diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3a4fcc22..5644d0c7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.53.0 +current_version = 4.54.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10114a0d..45ecfcf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.54.0](https://github.com/recurly/recurly-client-php/tree/4.54.0) (2024-08-28) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.53.0...4.54.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (add UUID to external subscriptions) [#823](https://github.com/recurly/recurly-client-php/pull/823) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.53.0](https://github.com/recurly/recurly-client-php/tree/4.53.0) (2024-08-21) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.52.0...4.53.0) diff --git a/composer.json b/composer.json index 359d8f33..56df9a79 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "recurly/recurly-client", - "version": "4.53.0", + "version": "4.54.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 ea9076a4..f597d755 100644 --- a/lib/recurly/version.php +++ b/lib/recurly/version.php @@ -4,5 +4,5 @@ class Version { - public const CURRENT = '4.53.0'; + public const CURRENT = '4.54.0'; }