diff --git a/CHANGELOG b/CHANGELOG index c432abd1..85ff0675 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,14 @@ ## Unreleased -# + +## Version 2.8.6 – July 20th, 2018 ## + +- Add gateway_token and gateway_code fields to BillingInfo class +- Add RECURLY_INSECURE_DEBUG=true callout for running tests +- Add more pythons to CI +- Update url in setup.py +- Support offline payments +- Support Purchase#collection_method + ## Version 2.8.5 – July 10th, 2018 ## - Add Custom Fields to Account and Subscription diff --git a/recurly/__init__.py b/recurly/__init__.py index 19bd61d4..e91f1429 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -20,7 +20,7 @@ """ -__version__ = '2.8.5' +__version__ = '2.8.6' __python_version__ = '.'.join(map(str, sys.version_info[:3])) cached_rate_limits = {