diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0ab8541e..fe44c0fa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.42.0 +current_version = 4.43.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54fe75bb..66dd5682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.43.0](https://github.com/recurly/recurly-client-php/tree/4.43.0) (2023-12-06) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.42.0...4.43.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (External Payment Phases) [#785](https://github.com/recurly/recurly-client-php/pull/785) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.42.0](https://github.com/recurly/recurly-client-php/tree/4.42.0) (2023-11-07) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.41.0...4.42.0) diff --git a/composer.json b/composer.json index 33dd8b62..e6f784ad 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "recurly/recurly-client", - "version": "4.42.0", + "version": "4.43.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 20e88c42..9496435d 100644 --- a/lib/recurly/version.php +++ b/lib/recurly/version.php @@ -4,5 +4,5 @@ class Version { - public const CURRENT = '4.42.0'; + public const CURRENT = '4.43.0'; }