From c015854665521cfa743bbaa893fe5c5d0c9791aa Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Wed, 3 Aug 2022 19:39:18 +0000 Subject: [PATCH] 3.14.0 [Full Changelog](https://github.com/recurly/recurly-client-php/compare/3.13.0...3.14.0) **Merged Pull Requests** - Generated Latest Changes for v2019-10-10 [#699](https://github.com/recurly/recurly-client-php/pull/699) ([recurly-integrations](https://github.com/recurly-integrations)) - Generated Latest Changes for v2019-10-10 [#696](https://github.com/recurly/recurly-client-php/pull/696) ([recurly-integrations](https://github.com/recurly-integrations)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 12 ++++++++++++ composer.json | 2 +- lib/recurly/version.php | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 975ff295..8a71f5a8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.13.0 +current_version = 3.14.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc917bb9..d5867401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.14.0](https://github.com/recurly/recurly-client-php/tree/3.14.0) (2022-08-03) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/3.13.0...3.14.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2019-10-10 [#699](https://github.com/recurly/recurly-client-php/pull/699) ([recurly-integrations](https://github.com/recurly-integrations)) +- Generated Latest Changes for v2019-10-10 [#696](https://github.com/recurly/recurly-client-php/pull/696) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [3.13.0](https://github.com/recurly/recurly-client-php/tree/3.13.0) (2022-06-16) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/3.12.0...3.13.0) diff --git a/composer.json b/composer.json index 92133234..91a91435 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "recurly/recurly-client", - "version": "3.13.0", + "version": "3.14.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 461c5b3e..3693c158 100644 --- a/lib/recurly/version.php +++ b/lib/recurly/version.php @@ -4,5 +4,5 @@ class Version { - public const CURRENT = '3.13.0'; + public const CURRENT = '3.14.0'; }