Skip to content

Commit 3bbab02

Browse files
author
Lib Cat
committed
2.14.6
[Full Changelog](2.14.5...2.14.6) **Merged Pull Requests** - [V2] Add starting_on and ending_on to subscription ramps [#776](#776) ([Patrick-Duvall](https://github.com/Patrick-Duvall))
1 parent 7463b78 commit 3bbab02

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.14.5
2+
current_version = 2.14.6
33
parse = (?P<major>\d+)
44
\.(?P<minor>\d+)
55
\.(?P<patch>\d+)

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.14.6](https://github.com/recurly/recurly-client-php/tree/2.14.6) (2023-07-27)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-client-php/compare/2.14.5...2.14.6)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- [V2] Add starting_on and ending_on to subscription ramps [#776](https://github.com/recurly/recurly-client-php/pull/776) ([Patrick-Duvall](https://github.com/Patrick-Duvall))
11+
12+
13+
314
## [2.14.5](https://github.com/recurly/recurly-client-php/tree/2.14.5) (2023-07-17)
415

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

lib/recurly/client.php

+1-1
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.5';
54+
const API_CLIENT_VERSION = '2.14.6';
5555
const DEFAULT_ENCODING = 'UTF-8';
5656

5757
const GET = 'GET';

0 commit comments

Comments
 (0)