Skip to content

Commit 4f816ae

Browse files
author
Lib Cat
committed
2.14.14
[Full Changelog](2.14.13...2.14.14) **Merged Pull Requests** - adds vertex_transaction_type to v2 php [#827](#827) ([faiberrec](https://github.com/faiberrec))
1 parent 9cc5c86 commit 4f816ae

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.14.13
2+
current_version = 2.14.14
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.14.14](https://github.com/recurly/recurly-client-php/tree/2.14.14) (2024-11-13)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.13...2.14.14)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- adds vertex_transaction_type to v2 php [#827](https://github.com/recurly/recurly-client-php/pull/827) ([faiberrec](https://github.com/faiberrec))
11+
12+
13+
314
## [2.14.13](https://github.com/recurly/recurly-client-php/tree/2.14.13) (2024-08-28)
415

516
[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.12...2.14.13)

lib/recurly/client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Recurly_Client
5151
*/
5252
private static $apiUrl = 'https://%s.recurly.com/v2';
5353

54-
const API_CLIENT_VERSION = '2.14.13';
54+
const API_CLIENT_VERSION = '2.14.14';
5555
const DEFAULT_ENCODING = 'UTF-8';
5656

5757
const GET = 'GET';

0 commit comments

Comments
 (0)