Skip to content

Commit 94dc6ce

Browse files
committed
Merge pull request #198 from recurly/bump_2_5_0
Bump 2.5.0
2 parents c5466fd + 51dc1bc commit 94dc6ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Recurly PHP Client Library CHANGELOG
22

3+
## Version 2.5.0 (January 13th, 2016)
4+
35
* Removed `nestedAttributes` [#191](https://github.com/recurly/recurly-client-php/pull/191)
46
* Added support for coupon `update` and `restore` actions [#186](https://github.com/recurly/recurly-client-php/pull/186)
7+
* Added support bulk coupons and generation [#188](https://github.com/recurly/recurly-client-php/pull/188)
58

69
## Version 2.4.6 (September 15th, 2015)
710

lib/recurly/client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Recurly_Client
4444
*/
4545
private $_acceptLanguage = 'en-US';
4646

47-
const API_CLIENT_VERSION = '2.4.6';
47+
const API_CLIENT_VERSION = '2.5.0';
4848
const DEFAULT_ENCODING = 'UTF-8';
4949

5050
const GET = 'GET';

0 commit comments

Comments
 (0)