Skip to content

Commit

Permalink
Merge pull request #175 from recurly/bump_v_2_4_5
Browse files Browse the repository at this point in the history
bump to 2.4.5
  • Loading branch information
drewish committed Aug 3, 2015
2 parents cbcd2af + dd1fa56 commit dbafc45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Recurly PHP Client Library CHANGELOG

## Unreleased
## Version 2.4.5 (August 3, 2015)

* Added `duration`, `temporal_unit`, & `temporal_amount` to `Coupon` [#171](https://github.com/recurly/recurly-client-php/pull/171)


## Version 2.4.4 (July 2nd, 2015)

* Added `gateway_error_code` to `Recurly_Transaction` [#163](https://github.com/recurly/recurly-client-php/pull/163)
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.4';
const API_CLIENT_VERSION = '2.4.5';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit dbafc45

Please sign in to comment.