Skip to content

Commit b5b5dbc

Browse files
committed
Merge branch 'master' into fix-content-type-with-charset-header-check
2 parents 60db519 + 1eb6340 commit b5b5dbc

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
Changelog
22
=========
33

4-
1.2.2 (current)
5-
------------------
6-
74
1.2.1 (2019-01-17)
85
------------------
96

107
- FIX: Resolved issue with restricted "Accept" & "Content-Type" headers to support only "application/json" or "application/jose+json"
118

12-
1.2.0 (2018-12-18)
9+
1.2.0 (2018-12-20)
1310
------------------
1411

15-
- Added Client Token endpoint
12+
- Restricted “Accept” & “Content-Type” headers to support only “application/json” or “application/jose+json”
13+
- Related resources “relatedResources” in error representation is added
14+
- Added Authentication token endpoint
1615

1716
1.1.4 (2018-12-04)
1817
------------------

hyperwallet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__email__ = 'devsupport@hyperwallet.com'
77
__copyright__ = 'Copyright (c) 2018 Hyperwallet'
88
__license__ = 'MIT'
9-
__version__ = '1.2.0'
9+
__version__ = '1.2.1'
1010
__url__ = 'https://github.com/hyperwallet/python-sdk'
1111
__download_url__ = 'https://pypi.python.org/pypi/hyperwallet-sdk'
1212
__description__ = 'A Python wrapper around the Hyperwallet API'

0 commit comments

Comments
 (0)