diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4dec0383..c0745138 100644 --- a/CHANGELOG.rst +++ b/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 diff --git a/bravado/__init__.py b/bravado/__init__.py index 3ea1dfb2..9f4f7170 100644 --- a/bravado/__init__.py +++ b/bravado/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -version = '10.1.0' +version = '10.2.0'