File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.14.15
2+ current_version = 2.14.16
33parse = (?P<major>\d+)
44 \.(?P<minor>\d+)
55 \.(?P<patch>\d+)
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.14.16] ( https://github.com/recurly/recurly-client-php/tree/2.14.16 ) (2025-12-17)
4+
5+ [ Full Changelog] ( https://github.com/recurly/recurly-client-php/compare/2.14.15...2.14.16 )
6+
7+
8+ ** Merged Pull Requests**
9+
10+ - Adds tax_service_opt_out to gift cards [ #854 ] ( https://github.com/recurly/recurly-client-php/pull/854 ) ([ sunnyw1212] ( https://github.com/sunnyw1212 ) )
11+
12+
13+
314## [ 2.14.15] ( https://github.com/recurly/recurly-client-php/tree/2.14.15 ) (2025-12-10)
415
516[ Full Changelog] ( https://github.com/recurly/recurly-client-php/compare/2.14.14...2.14.15 )
Original file line number Diff line number Diff 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.15 ' ;
54+ const API_CLIENT_VERSION = '2.14.16 ' ;
5555 const DEFAULT_ENCODING = 'UTF-8 ' ;
5656
5757 const GET = 'GET ' ;
You can’t perform that action at this time.
0 commit comments