diff --git a/CHANGELOG b/CHANGELOG index 07fe82d3..c432abd1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,8 @@ ## Unreleased +# +## Version 2.8.5 – July 10th, 2018 ## + +- Add Custom Fields to Account and Subscription ## Version 2.8.4 – June 26th, 2018 ## diff --git a/recurly/__init__.py b/recurly/__init__.py index a35ec194..dbf3c5a5 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -20,7 +20,7 @@ """ -__version__ = '2.8.4' +__version__ = '2.8.5' __python_version__ = '.'.join(map(str, sys.version_info[:3])) cached_rate_limits = {