diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5358a49..ea1a0da 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,12 @@ Changelog ========= +1.7.0 +------------------- +- Added missing webhook groups +- Added webhooks for Transfers +- Added taxVerificationStatus to User +- Added Document and RejectReason models +- Updated filters for list endpoints 1.6.0 ------------------- diff --git a/hyperwallet/__init__.py b/hyperwallet/__init__.py index fe2ff27..90c39cf 100644 --- a/hyperwallet/__init__.py +++ b/hyperwallet/__init__.py @@ -6,7 +6,7 @@ __email__ = 'devsupport@hyperwallet.com' __copyright__ = 'Copyright (c) 2018 Hyperwallet' __license__ = 'MIT' -__version__ = '1.6.1' +__version__ = '1.7.0' __url__ = 'https://github.com/hyperwallet/python-sdk' __download_url__ = 'https://pypi.python.org/pypi/hyperwallet-sdk' __description__ = 'A Python wrapper around the Hyperwallet API'