diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fc165290..613c5116 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.36.0 +current_version = 4.37.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b82b7c48..9c4c1e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.37.0](https://github.com/recurly/recurly-client-php/tree/4.37.0) (2023-06-01) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.36.0...4.37.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (Multiple Business Entities) [#769](https://github.com/recurly/recurly-client-php/pull/769) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.36.0](https://github.com/recurly/recurly-client-php/tree/4.36.0) (2023-05-24) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.35.0...4.36.0) diff --git a/composer.json b/composer.json index b3e2a716..acf63305 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "recurly/recurly-client", - "version": "4.36.0", + "version": "4.37.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 6c44d9d5..728aa19e 100644 --- a/lib/recurly/version.php +++ b/lib/recurly/version.php @@ -4,5 +4,5 @@ class Version { - public const CURRENT = '4.36.0'; + public const CURRENT = '4.37.0'; }