Skip to content

Commit

Permalink
2.14.9
Browse files Browse the repository at this point in the history
[Full Changelog](2.14.8...2.14.9)

**Merged Pull Requests**

- Add card_network_preference field to v2 [#805](#805) ([gilv93](https://github.com/gilv93))
  • Loading branch information
Lib Cat committed Mar 19, 2024
1 parent 324db42 commit c44ee2f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.14.8
current_version = 2.14.9
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.14.9](https://github.com/recurly/recurly-client-php/tree/2.14.9) (2024-03-19)

[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.8...2.14.9)


**Merged Pull Requests**

- Add card_network_preference field to v2 [#805](https://github.com/recurly/recurly-client-php/pull/805) ([gilv93](https://github.com/gilv93))



## [2.14.8](https://github.com/recurly/recurly-client-php/tree/2.14.8) (2024-03-13)

[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.7...2.14.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Recurly_Client
*/
private static $apiUrl = 'https://%s.recurly.com/v2';

const API_CLIENT_VERSION = '2.14.8';
const API_CLIENT_VERSION = '2.14.9';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit c44ee2f

Please sign in to comment.