Skip to content

Commit

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

**Merged Pull Requests**

- Get external sub by uuid [#820](#820) ([amandamfielding](https://github.com/amandamfielding))
  • Loading branch information
Lib Cat committed Aug 28, 2024
1 parent 7339237 commit 5cd22e1
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.12
current_version = 2.14.13
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.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)


**Merged Pull Requests**

- Get external sub by uuid [#820](https://github.com/recurly/recurly-client-php/pull/820) ([amandamfielding](https://github.com/amandamfielding))



## [2.14.12](https://github.com/recurly/recurly-client-php/tree/2.14.12) (2024-08-21)

[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.11...2.14.12)
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.12';
const API_CLIENT_VERSION = '2.14.13';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit 5cd22e1

Please sign in to comment.