From 8c311c0ad6b6f38f1b2886b5d5c39a38242302dc Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Thu, 16 Sep 2021 18:55:09 +0000 Subject: [PATCH] 4.9.0 [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.8.0...4.9.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 (Support to new subscription fields and response) [#633](https://github.com/recurly/recurly-client-php/pull/633) ([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 59c34f0a..0ab78f02 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.8.0 +current_version = 4.9.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d00fb970..d2729baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.9.0](https://github.com/recurly/recurly-client-php/tree/4.9.0) (2021-09-16) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.8.0...4.9.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (Support to new subscription fields and response) [#633](https://github.com/recurly/recurly-client-php/pull/633) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.8.0](https://github.com/recurly/recurly-client-php/tree/4.8.0) (2021-09-01) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/4.7.0...4.8.0) diff --git a/composer.json b/composer.json index ab66f6ad..0dea49f4 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "recurly/recurly-client", - "version": "4.8.0", + "version": "4.9.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 3ca023c2..c0f49d65 100644 --- a/lib/recurly/version.php +++ b/lib/recurly/version.php @@ -4,5 +4,5 @@ class Version { - public const CURRENT = '4.8.0'; + public const CURRENT = '4.9.0'; }