diff --git a/CHANGELOG b/CHANGELOG index f1cc5d37..09dc42a7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,7 @@ ## Unreleased +## Version 2.2.14 August 10, 2015 + - Add `gateway_error_code` to `TransactionError` ## Version 2.2.13 July 31, 2015 diff --git a/recurly/__init__.py b/recurly/__init__.py index f181fbc0..7061270d 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -19,7 +19,7 @@ """ -__version__ = '2.2.13' +__version__ = '2.2.14' BASE_URI = 'https://%s.recurly.com/v2/' """The API endpoint to send requests to."""