Skip to content

Commit

Permalink
Release version 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Oct 19, 2018
1 parent 627f6c9 commit 09aa528
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,11 @@
Changelog
=========

10.2.0 (2018-10-19)
-------------------
- Support customizing or disabling SSL/TLS validation for the default HTTP client - Issues #278, #311, PR #392
- Use the fallback result in case of connection errors as well - PR #381

10.1.0 (2018-06-26)
-------------------
- Add support for non-callable fallback results, stabilize the response API - PR #376
Expand Down
2 changes: 1 addition & 1 deletion bravado/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = '10.1.0'
version = '10.2.0'

0 comments on commit 09aa528

Please sign in to comment.