From 5cd22e173a03aa91d0a7964a25b9ca922d41a00c Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Wed, 28 Aug 2024 19:24:26 +0000 Subject: [PATCH] 2.14.13 [Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.12...2.14.13) **Merged Pull Requests** - Get external sub by uuid [#820](https://github.com/recurly/recurly-client-php/pull/820) ([amandamfielding](https://github.com/amandamfielding)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 11 +++++++++++ lib/recurly/client.php | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2ef6f99a..54c1533b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.14.12 +current_version = 2.14.13 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 283bb976..cba7a92f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.14.13](https://github.com/recurly/recurly-client-php/tree/2.14.13) (2024-08-28) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.12...2.14.13) + + +**Merged Pull Requests** + +- Get external sub by uuid [#820](https://github.com/recurly/recurly-client-php/pull/820) ([amandamfielding](https://github.com/amandamfielding)) + + + ## [2.14.12](https://github.com/recurly/recurly-client-php/tree/2.14.12) (2024-08-21) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.11...2.14.12) diff --git a/lib/recurly/client.php b/lib/recurly/client.php index fcf6b881..0ccbf25d 100644 --- a/lib/recurly/client.php +++ b/lib/recurly/client.php @@ -51,7 +51,7 @@ class Recurly_Client */ private static $apiUrl = 'https://%s.recurly.com/v2'; - const API_CLIENT_VERSION = '2.14.12'; + const API_CLIENT_VERSION = '2.14.13'; const DEFAULT_ENCODING = 'UTF-8'; const GET = 'GET';