Skip to content

Commit

Permalink
Release version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Aug 26, 2016
1 parent 3d469f5 commit 166b568
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 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!
Expand Down
2 changes: 1 addition & 1 deletion bravado_core/__init__.py
@@ -1 +1 @@
version = "4.3.2"
version = "4.4.0"

0 comments on commit 166b568

Please sign in to comment.