diff --git a/CHANGELOG b/CHANGELOG index 0475f626..7138b829 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ -## Unreleased +## Version 2.2.3 August 5, 2014 +- Added subscription change preview - Added `remaining_billing_cycles` to subscriptions ## Version 2.2.2 June 25, 2014 diff --git a/recurly/__init__.py b/recurly/__init__.py index d92f31f2..c35677cf 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -19,7 +19,7 @@ """ -__version__ = '2.2.2' +__version__ = '2.2.3' BASE_URI = 'https://%s.recurly.com/v2/' """The API endpoint to send requests to."""