Skip to content

Commit

Permalink
Release version 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Nov 9, 2017
1 parent 2cd77e7 commit 6f595cb
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
=========

4.11.0 (2017-11-09)
-------------------
- Add support for msgpack in responses (i.e. when unmarshalling) - Issue #214, PR #216.
- Improve performance by removing debug logging when dereferencing - PR #208.

4.10.1 (2017-11-06)
-------------------
- Don't remove unrecognized configs; fixes compatibility with bravado - PR #218.
Expand Down
2 changes: 1 addition & 1 deletion bravado_core/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = '4.10.1'
version = '4.11.0'

0 comments on commit 6f595cb

Please sign in to comment.