Skip to content

Commit

Permalink
Bump 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jun 7, 2016
1 parent 8154782 commit 02e6832
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
# Recurly PHP Client Library CHANGELOG

## Version 2.5.2 (June 7th, 2016)

* Added support for parsing `fraud` attribute on the `Transaction` class [#228](https://github.com/recurly/recurly-client-php/pull/228)
* Added support for setting`start_date` and `end_date` when creating an `Adjustment` (thanks to [imsagar](https://github.com/imsagar)) [#229](https://github.com/recurly/recurly-client-php/pull/229)
* Added support for Usage Based Billing [#227](https://github.com/recurly/recurly-client-php/pull/227)
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/client.php
Expand Up @@ -44,7 +44,7 @@ class Recurly_Client
*/
private $_acceptLanguage = 'en-US';

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

const GET = 'GET';
Expand Down

0 comments on commit 02e6832

Please sign in to comment.