diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5e1ee667..ae9c0730 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.44.0 +current_version = 4.45.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d548ee7..40814902 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.45.0](https://github.com/recurly/recurly-client-php/tree/4.45.0) (2024-01-24) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.44.0...4.45.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 [#789](https://github.com/recurly/recurly-client-php/pull/789) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.44.0](https://github.com/recurly/recurly-client-php/tree/4.44.0) (2024-01-18) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.43.0...4.44.0) diff --git a/composer.json b/composer.json index d6621919..1b2ad9f6 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "recurly/recurly-client", - "version": "4.44.0", + "version": "4.45.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 bd9a981d..3b586fba 100644 --- a/lib/recurly/version.php +++ b/lib/recurly/version.php @@ -4,5 +4,5 @@ class Version { - public const CURRENT = '4.44.0'; + public const CURRENT = '4.45.0'; }