From c6be5d650575f35a8c8b611f6d0afde89d475852 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Wed, 21 Aug 2024 22:13:40 +0000 Subject: [PATCH] 4.53.0 [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.52.0...4.53.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#821](https://github.com/recurly/recurly-client-php/pull/821) ([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 0b6f8092..3a4fcc22 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.52.0 +current_version = 4.53.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f8a537..10114a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.53.0](https://github.com/recurly/recurly-client-php/tree/4.53.0) (2024-08-21) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.52.0...4.53.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 [#821](https://github.com/recurly/recurly-client-php/pull/821) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.52.0](https://github.com/recurly/recurly-client-php/tree/4.52.0) (2024-07-03) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.51.0...4.52.0) diff --git a/composer.json b/composer.json index 43cd216a..359d8f33 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "recurly/recurly-client", - "version": "4.52.0", + "version": "4.53.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 78a02c74..ea9076a4 100644 --- a/lib/recurly/version.php +++ b/lib/recurly/version.php @@ -4,5 +4,5 @@ class Version { - public const CURRENT = '4.52.0'; + public const CURRENT = '4.53.0'; }