diff --git a/CHANGELOG b/CHANGELOG index 1eda661d..f7909111 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +## Version 2.1.15 April 8, 2014 + +- Added token_id support to BillingInfo + ## Version 2.1.14 April 8, 2014 - Added support for downloading invoices as PDF diff --git a/recurly/__init__.py b/recurly/__init__.py index 90d80caa..00ab5d81 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -18,7 +18,7 @@ """ -__version__ = '2.1.14' +__version__ = '2.1.15' BASE_URI = 'https://%s.recurly.com/v2/' """The API endpoint to send requests to."""