From 4f816aeb11d99cd652d6452b361643db3efea029 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Wed, 13 Nov 2024 17:14:40 +0000 Subject: [PATCH] 2.14.14 [Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.13...2.14.14) **Merged Pull Requests** - adds vertex_transaction_type to v2 php [#827](https://github.com/recurly/recurly-client-php/pull/827) ([faiberrec](https://github.com/faiberrec)) --- .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 54c1533b..a004c565 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.14.13 +current_version = 2.14.14 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba7a92f..b7e3b714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.14.14](https://github.com/recurly/recurly-client-php/tree/2.14.14) (2024-11-13) + +[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.13...2.14.14) + + +**Merged Pull Requests** + +- adds vertex_transaction_type to v2 php [#827](https://github.com/recurly/recurly-client-php/pull/827) ([faiberrec](https://github.com/faiberrec)) + + + ## [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) diff --git a/lib/recurly/client.php b/lib/recurly/client.php index 0ccbf25d..d6174418 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.13'; + const API_CLIENT_VERSION = '2.14.14'; const DEFAULT_ENCODING = 'UTF-8'; const GET = 'GET';