From 4584964337bd71922bc2df2271015dc1417b5b17 Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Tue, 23 May 2023 13:59:20 +0000 Subject: [PATCH] 3.21.0 [Full Changelog](https://github.com/recurly/recurly-client-php/compare/3.20.0...3.21.0) **Merged Pull Requests** - Generated Latest Changes for v2019-10-10 (gateway_attributes on PaymentMethod) [#765](https://github.com/recurly/recurly-client-php/pull/765) ([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 0ffcb58c..1c7f1f31 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.20.0 +current_version = 3.21.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c1f10a4..232c00a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.21.0](https://github.com/recurly/recurly-client-php/tree/3.21.0) (2023-05-23) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/3.20.0...3.21.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2019-10-10 (gateway_attributes on PaymentMethod) [#765](https://github.com/recurly/recurly-client-php/pull/765) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [3.20.0](https://github.com/recurly/recurly-client-php/tree/3.20.0) (2023-05-03) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/3.19.0...3.20.0) diff --git a/composer.json b/composer.json index de6c248d..27725f00 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "recurly/recurly-client", - "version": "3.20.0", + "version": "3.21.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 d71baade..9ac4a0f5 100644 --- a/lib/recurly/version.php +++ b/lib/recurly/version.php @@ -4,5 +4,5 @@ class Version { - public const CURRENT = '3.20.0'; + public const CURRENT = '3.21.0'; }