From 440ae50b52a45c14b0049e689cde21a779167b47 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Tue, 17 Dec 2024 00:14:21 +0000 Subject: [PATCH] 4.56.0 [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.55.0...4.56.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#830](https://github.com/recurly/recurly-client-php/pull/830) ([recurly-integrations](https://github.com/recurly-integrations)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 11 +++++++++++ composer.json | 2 +- lib/recurly/version.php | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f5208815..b0208956 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.55.0 +current_version = 4.56.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c467126f..5353cfc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.56.0](https://github.com/recurly/recurly-client-php/tree/4.56.0) (2024-12-17) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.55.0...4.56.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 [#830](https://github.com/recurly/recurly-client-php/pull/830) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.55.0](https://github.com/recurly/recurly-client-php/tree/4.55.0) (2024-12-02) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.54.0...4.55.0) diff --git a/composer.json b/composer.json index b01bc57a..3669d047 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "recurly/recurly-client", - "version": "4.55.0", + "version": "4.56.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 a73d03fb..eaa82094 100644 --- a/lib/recurly/version.php +++ b/lib/recurly/version.php @@ -4,5 +4,5 @@ class Version { - public const CURRENT = '4.55.0'; + public const CURRENT = '4.56.0'; }