diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 06f8e80..630346e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,9 @@ Changelog ========= +11.0.2 (2020-10-27) +------------------- +- When catching and converting exceptions, handle connection errors first - PR #469. + 11.0.1 (2020-10-05) ------------------- - Use IPv4 addresses instead of ``localhost`` for integration tests - PR #468. diff --git a/bravado/__init__.py b/bravado/__init__.py index 1dc4466..2776dad 100644 --- a/bravado/__init__.py +++ b/bravado/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -version = '11.0.1' +version = '11.0.2'