Skip to content

Commit

Permalink
Merge pull request #184 from recurly/bump_v_2_4_6
Browse files Browse the repository at this point in the history
Bump to 2.4.6
  • Loading branch information
drewish committed Sep 15, 2015
2 parents 98eae3f + 9cfb089 commit 51a8766
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Recurly PHP Client Library CHANGELOG

## Unreleased

* Added `setup_fee_accounting_code` to `Plan`
* Add `applies_to_non_plan_charges` to `Coupon`
* Add `redemption_resource` to `Coupon`
* Added X-Api-Version request header at 2.1 [#14](https://github.com/recurly/recurly-client-php-internal/pull/14)
* Added `uuid` to `Account` [#14](https://github.com/recurly/recurly-client-php-internal/pull/14)
* Added `redemptions` to `Account` [#14](https://github.com/recurly/recurly-client-php-internal/pull/14)
* Add `max_redemptions_per_account` to `Coupon`
* Add `redemptions` to `Subscription`
* Add support for `coupon_codes` to `Subscription` [#15](https://github.com/recurly/recurly-client-php-internal/pull/15)
* Added `CACertPath` to `Recurly_Client`
## Version 2.4.6 (September 15th, 2015)

* Added `setup_fee_accounting_code` to `Plan` [#179](https://github.com/recurly/recurly-client-php/pull/179)
* Added `applies_to_non_plan_charges` to `Coupon` [#181](https://github.com/recurly/recurly-client-php/pull/181)
* Added `redemption_resource` to `Coupon` [#181](https://github.com/recurly/recurly-client-php/pull/181)
* Added `X-Api-Version` request header at 2.1 [#181](https://github.com/recurly/recurly-client-php/pull/181)
* Added `uuid` to `Account` [#181](https://github.com/recurly/recurly-client-php/pull/181)
* Added `redemptions` to `Account` [#181](https://github.com/recurly/recurly-client-php/pull/181)
* Added `max_redemptions_per_account` to `Coupon` [#181](https://github.com/recurly/recurly-client-php/pull/181)
* Added `redemptions` to `Subscription` [#181](https://github.com/recurly/recurly-client-php/pull/181)
* Added `coupon_codes` to `Subscription` [#181](https://github.com/recurly/recurly-client-php/pull/181)
* Added `CACertPath` to `Recurly_Client` [#176](https://github.com/recurly/recurly-client-php/pull/176)

## Version 2.4.5 (August 3, 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 @@ -44,7 +44,7 @@ class Recurly_Client
*/
private $_acceptLanguage = 'en-US';

const API_CLIENT_VERSION = '2.4.5';
const API_CLIENT_VERSION = '2.4.6';
const DEFAULT_ENCODING = 'UTF-8';

const GET = 'GET';
Expand Down

0 comments on commit 51a8766

Please sign in to comment.