Skip to content

Commit

Permalink
Merge pull request #206 from recurly/bump_2_5_1
Browse files Browse the repository at this point in the history
Bump 2.5.1
  • Loading branch information
cbarton committed Feb 20, 2016
2 parents c042ad1 + 97606ba commit 777109c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Recurly PHP Client Library CHANGELOG

## Unreleased
## Version 2.5.1 (February 19th, 2016)

* Added support for `cc_emails` attribute on the `Account` class [#202](https://github.com/recurly/recurly-client-php/pull/202)
* Fix bug with incorrect `delete_uri` on the `Redemption` class [#201](https://github.com/recurly/recurly-client-php/pull/201)
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Recurly_Client
*/
private $_acceptLanguage = 'en-US';

const API_CLIENT_VERSION = '2.5.0';
const API_CLIENT_VERSION = '2.5.1';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit 777109c

Please sign in to comment.