diff --git a/CHANGELOG b/CHANGELOG index f7631084..9d7dda11 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +## Version 2.2.1 June 6, 2014 +- Added tests for `invoice_description` + ## Version 2.2.0 May 14, 2014 - Added subscription preview: `subscription.preview()` diff --git a/recurly/__init__.py b/recurly/__init__.py index 2d8ed812..d2e53999 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -18,7 +18,7 @@ """ -__version__ = '2.2.0' +__version__ = '2.2.1' BASE_URI = 'https://%s.recurly.com/v2/' """The API endpoint to send requests to."""