Skip to content

Commit 0570c62

Browse files
authored
Merge pull request #311 from recurly/bump_2_7_2
Bump 2.7.2
2 parents 27275d6 + ac7d222 commit 0570c62

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Recurly PHP Client Library CHANGELOG
22

3-
## Version 2.7.2 (unreleased)
3+
## Version 2.7.2 (March 21st, 2017)
4+
5+
* Require export files [#296](https://github.com/recurly/recurly-client-php/pull/296)
6+
* Writeable and updatable coupon description [#297](https://github.com/recurly/recurly-client-php/pull/297)
7+
* Adds a getType method to all Resources [#299](https://github.com/recurly/recurly-client-php/pull/299)
8+
* The Pager should implement the Countable interface (thanks to [naderman]()) [#282](https://github.com/recurly/recurly-client-php/pull/282)
9+
* Parse incorrectly shaped validation errors [#298](https://github.com/recurly/recurly-client-php/pull/298)
10+
* Adds external payments to invoices [#309](https://github.com/recurly/recurly-client-php/pull/309)
11+
* GiftCard: deliver_at goes on the Delivery object [#307](https://github.com/recurly/recurly-client-php/pull/307)
12+
* Changes for API v2.5 [#310](https://github.com/recurly/recurly-client-php/pull/310)
413

514
## Version 2.7.1 (January 9th, 2017)
615

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.7.1';
47+
const API_CLIENT_VERSION = '2.7.2';
4848
const DEFAULT_ENCODING = 'UTF-8';
4949

5050
const GET = 'GET';

0 commit comments

Comments
 (0)