Skip to content

Commit

Permalink
Merge pull request #167 from recurly/bump_version
Browse files Browse the repository at this point in the history
Bump version to 2.4.4 and update change log
  • Loading branch information
cbarton committed Jul 2, 2015
2 parents 72cc4cb + 22bdd36 commit 3a98b28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Recurly PHP Client Library CHANGELOG

## Unreleased
## Version 2.4.4 (July 2nd, 2015)

* Added `gateway_error_code` to `Transaction` [#163](https://github.com/recurly/recurly-client-php/pull/163)
* Added `gateway_error_code` to `Recurly_Transaction` [#163](https://github.com/recurly/recurly-client-php/pull/163)
* Add support for `refund_apply_order` when performing an open amount or line item refund [#161](https://github.com/recurly/recurly-client-php/pull/161)]
* Add `tax_exempt`, `tax_code` to `Transaction` [#166](https://github.com/recurly/recurly-client-php/pull/166)
* Add `tax_exempt`, `tax_code` to `Recurly_Transaction` [#166](https://github.com/recurly/recurly-client-php/pull/166)
* Add `Recurly_CouponRedemptionList` (thanks to [Flambe](https://github.com/rikless)) [#164](https://github.com/recurly/recurly-client-php/pull/164)

## Version 2.4.3 (June 4th, 2015)

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.4.3';
const API_CLIENT_VERSION = '2.4.4';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit 3a98b28

Please sign in to comment.