From 3bd9abea1000d1d6ec404d7512e551a6cb922771 Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Wed, 22 Feb 2023 20:14:58 +0000 Subject: [PATCH] 2.12.38 [Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.12.37...2.12.38) **Merged Pull Requests** - Modify external subscriptions [#746](https://github.com/recurly/recurly-client-php/pull/746) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs)) --- .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 13164e2d..d643db4f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.12.37 +current_version = 2.12.38 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15e680a9..8d61ae21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.12.38](https://github.com/recurly/recurly-client-php/tree/2.12.38) (2023-02-22) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.12.37...2.12.38) + + +**Merged Pull Requests** + +- Modify external subscriptions [#746](https://github.com/recurly/recurly-client-php/pull/746) ([paulorbpinho-fullstacklabs](https://github.com/paulorbpinho-fullstacklabs)) + + + ## [2.12.37](https://github.com/recurly/recurly-client-php/tree/2.12.37) (2023-02-06) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.12.36...2.12.37) diff --git a/lib/recurly/client.php b/lib/recurly/client.php index cfba708c..92d9d7cf 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.12.37'; + const API_CLIENT_VERSION = '2.12.38'; const DEFAULT_ENCODING = 'UTF-8'; const GET = 'GET';