Skip to content

Commit

Permalink
Merge pull request #76 from recurly/bump-version
Browse files Browse the repository at this point in the history
Version 2.2.4
  • Loading branch information
cbarton committed Jan 7, 2014
2 parents b8d49e8 + 50624e4 commit 7def922
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Recurly PHP Client Library CHANGELOG

## Version 2.2.4 (Jan 7th, 2014)

* Fixed error when trying to redeem expired or maxed out coupons (thanks to @jeffchannell)
* Improved documentation of `Recurly_PushNotification` (thanks to @richardkmiller)
* Updated XML in test fixtures
* Better tests for `Recurly_Adjustment`

## Version 2.2.3 (Nov 11th, 2013)

* Use PHPUnit for testing
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/client.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Recurly_Client
*/
private $_acceptLanguage = 'en-US';

const API_CLIENT_VERSION = '2.2.2';
const API_CLIENT_VERSION = '2.2.4';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit 7def922

Please sign in to comment.