Skip to content

Commit

Permalink
Release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Jul 2, 2018
1 parent 25a1d9b commit 2ccf5c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
@@ -1,9 +1,14 @@
Changelog
=========

1.2.0 (2018-07-02)
------------------
- Support the new BravadoConnectionError introduced with bravado 10.1.0 - PR #18
- Convert non-string headers to strings - PR #18

1.1.0 (2018-06-15)
------------------
- Adapt to the new RequestConfig interface introduced by bravado. Requires at least bravado 10.0.0.
- Adapt to the new RequestConfig interface introduced by bravado. Requires at least bravado 10.0.0 - PR #17

1.0.0 (2018-05-28)
------------------
Expand Down
2 changes: 1 addition & 1 deletion bravado_asyncio/__init__.py
@@ -1,4 +1,4 @@
__all__ = ['version']


version = '1.1.0'
version = '1.2.0'

0 comments on commit 2ccf5c4

Please sign in to comment.