diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e1c23f5f..016b765f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.29.0 +current_version = 4.30.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc0bd178..e5e7dc5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.30.0](https://github.com/recurly/recurly-client-php/tree/4.30.0) (2023-03-29) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.29.0...4.30.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (External Invoices) [#751](https://github.com/recurly/recurly-client-php/pull/751) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.29.0](https://github.com/recurly/recurly-client-php/tree/4.29.0) (2023-02-22) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.28.0...4.29.0) diff --git a/composer.json b/composer.json index 8f07352e..66b893cd 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "recurly/recurly-client", - "version": "4.29.0", + "version": "4.30.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 f67e8ca4..7053bb1b 100644 --- a/lib/recurly/version.php +++ b/lib/recurly/version.php @@ -4,5 +4,5 @@ class Version { - public const CURRENT = '4.29.0'; + public const CURRENT = '4.30.0'; }