File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.14.13
2
+ current_version = 2.14.14
3
3
parse = (?P<major>\d+)
4
4
\.(?P<minor>\d+)
5
5
\.(?P<patch>\d+)
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## [ 2.14.13] ( https://github.com/recurly/recurly-client-php/tree/2.14.13 ) (2024-08-28)
4
15
5
16
[ Full Changelog] ( https://github.com/recurly/recurly-client-php/compare/2.14.12...2.14.13 )
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class Recurly_Client
51
51
*/
52
52
private static $ apiUrl = 'https://%s.recurly.com/v2 ' ;
53
53
54
- const API_CLIENT_VERSION = '2.14.13 ' ;
54
+ const API_CLIENT_VERSION = '2.14.14 ' ;
55
55
const DEFAULT_ENCODING = 'UTF-8 ' ;
56
56
57
57
const GET = 'GET ' ;
You can’t perform that action at this time.
0 commit comments