From f9b46aa5eaabbfbec967153f4e8ef8fc208bca7b Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Tue, 7 Nov 2023 16:20:48 +0000 Subject: [PATCH] 4.42.0 [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.41.0...4.42.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#783](https://github.com/recurly/recurly-client-php/pull/783) ([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 b0d75b1c..0ab8541e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.41.0 +current_version = 4.42.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c9f3b16..54fe75bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.42.0](https://github.com/recurly/recurly-client-php/tree/4.42.0) (2023-11-07) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.41.0...4.42.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 [#783](https://github.com/recurly/recurly-client-php/pull/783) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.41.0](https://github.com/recurly/recurly-client-php/tree/4.41.0) (2023-08-29) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.40.0...4.41.0) diff --git a/composer.json b/composer.json index 3092061b..33dd8b62 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "recurly/recurly-client", - "version": "4.41.0", + "version": "4.42.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 a93aa62e..20e88c42 100644 --- a/lib/recurly/version.php +++ b/lib/recurly/version.php @@ -4,5 +4,5 @@ class Version { - public const CURRENT = '4.41.0'; + public const CURRENT = '4.42.0'; }