diff --git a/CHANGELOG b/CHANGELOG index a8c8c9dc..14fb6434 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ ## Unreleased +## Version 2.2.17 October 2, 2015 + +- Add support for bulk coupons and coupon code generation +- Add support for editing and restoring coupons + ## Version 2.2.16 September 30, 2015 - Remove TLS 1.0 flag allowing proper TLS negotiation diff --git a/recurly/__init__.py b/recurly/__init__.py index ae34f33d..17566a2e 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -19,7 +19,7 @@ """ -__version__ = '2.2.16' +__version__ = '2.2.17' BASE_URI = 'https://%s.recurly.com/v2/' """The API endpoint to send requests to."""