Skip to content

Commit 5cd22e1

Browse files
author
Lib Cat
committed
2.14.13
[Full Changelog](2.14.12...2.14.13) **Merged Pull Requests** - Get external sub by uuid [#820](#820) ([amandamfielding](https://github.com/amandamfielding))
1 parent 7339237 commit 5cd22e1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.bumpversion.cfg

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.14.13](https://github.com/recurly/recurly-client-php/tree/2.14.13) (2024-08-28)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.12...2.14.13)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Get external sub by uuid [#820](https://github.com/recurly/recurly-client-php/pull/820) ([amandamfielding](https://github.com/amandamfielding))
11+
12+
13+
314
## [2.14.12](https://github.com/recurly/recurly-client-php/tree/2.14.12) (2024-08-21)
415

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

lib/recurly/client.php

Lines changed: 1 addition & 1 deletion
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.12';
54+
const API_CLIENT_VERSION = '2.14.13';
5555
const DEFAULT_ENCODING = 'UTF-8';
5656

5757
const GET = 'GET';

0 commit comments

Comments
 (0)