From a643d58d821c1a5c09231f1fca10d85728ec7081 Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Sat, 27 May 2023 00:19:57 +0000 Subject: [PATCH] 2.14.3 [Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.2...2.14.3) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 8 ++++++++ lib/recurly/client.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0489d6fd..420f8113 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.14.2 +current_version = 2.14.3 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31a04ddc..9e761f60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.14.3](https://github.com/recurly/recurly-client-php/tree/2.14.3) (2023-05-27) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.2...2.14.3) + + + + + ## [2.14.2](https://github.com/recurly/recurly-client-php/tree/2.14.2) (2023-05-24) [Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.1...2.14.2) diff --git a/lib/recurly/client.php b/lib/recurly/client.php index 04510bea..dd765b92 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.2'; + const API_CLIENT_VERSION = '2.14.3'; const DEFAULT_ENCODING = 'UTF-8'; const GET = 'GET';