From 9cfb0895acec769288fa8d2096911ca2d2150a36 Mon Sep 17 00:00:00 2001 From: Benjamin Eckel Date: Tue, 15 Sep 2015 10:25:53 -0700 Subject: [PATCH] bump to 2.4.6 --- CHANGELOG.md | 24 ++++++++++++------------ lib/recurly/client.php | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc5f08f..73bdfdbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/recurly/client.php b/lib/recurly/client.php index 127cd00c..37301f48 100644 --- a/lib/recurly/client.php +++ b/lib/recurly/client.php @@ -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';