We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68ded29 + da70db4 commit ecbee51Copy full SHA for ecbee51
2 files changed
CHANGELOG.rst
@@ -1,5 +1,12 @@
1
Changelog
2
=========
3
+1.7.0
4
+-------------------
5
+- Added missing webhook groups
6
+- Added webhooks for Transfers
7
+- Added taxVerificationStatus to User
8
+- Added Document and RejectReason models
9
+- Updated filters for list endpoints
10
11
1.6.0
12
-------------------
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'
0 commit comments