From 4cf7a4b5c2285da08aca65bdcb2fee3023556b7c Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Wed, 26 Apr 2023 21:45:38 +0000 Subject: [PATCH] 4.33.0 [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.32.0...4.33.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 (used_tax_service on Invoice) [#759](https://github.com/recurly/recurly-client-php/pull/759) ([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 5484c9c7..839c941a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.32.0 +current_version = 4.33.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff339552..d1c974f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.33.0](https://github.com/recurly/recurly-client-php/tree/4.33.0) (2023-04-26) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.32.0...4.33.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (used_tax_service on Invoice) [#759](https://github.com/recurly/recurly-client-php/pull/759) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.32.0](https://github.com/recurly/recurly-client-php/tree/4.32.0) (2023-04-13) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.31.0...4.32.0) diff --git a/composer.json b/composer.json index e6534c4e..a41bc536 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "recurly/recurly-client", - "version": "4.32.0", + "version": "4.33.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 14cc4533..a655d6dd 100644 --- a/lib/recurly/version.php +++ b/lib/recurly/version.php @@ -4,5 +4,5 @@ class Version { - public const CURRENT = '4.32.0'; + public const CURRENT = '4.33.0'; }