From 166b568984d2305967a775bb82050522c7f224f4 Mon Sep 17 00:00:00 2001 From: Stephan Jaensch Date: Fri, 26 Aug 2016 14:15:56 +0200 Subject: [PATCH] Release version 4.4.0 --- CHANGELOG.rst | 4 ++++ bravado_core/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d6536fbd..7523ce38 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,9 @@ Changelog ========= +4.4.0 (2016-08-26) +------------------ +- Adds support for security scheme definitions, mostly focusing on the "apiKey" type - PR #112. + 4.3.2 (2016-08-17) ------------------ - Fixes around unmarshalling, x-nullable and required behavior - Issue #108, PR #109. Big thanks to Zachary Roadhouse for the report and pull request! diff --git a/bravado_core/__init__.py b/bravado_core/__init__.py index f4bd2c05..3fbcc09f 100644 --- a/bravado_core/__init__.py +++ b/bravado_core/__init__.py @@ -1 +1 @@ -version = "4.3.2" +version = "4.4.0"