Skip to content

Commit

Permalink
Release version 5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaensch committed Aug 6, 2018
1 parent 247ef4f commit 947d7fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
Changelog
=========

5.0.6 (2018-08-06)
------------------
- Swagger Spec flattening - fix regression that led to some model definitions not having the ``x-model`` marker anymore - PR #293
- Fix marshalling of array params that use collectionFormat ``multi`` - PR #292

5.0.5 (2018-08-02)
------------------
- Swagger Spec flattening - use model names instead of generated keys - PR #284
- Swagger Spec flattening - replace inline models with top level definitions - PR #285
- Fix query parameter marshaling in case of boolean parameters - Issue #281 - PR #286
- Fix query parameter marshalling in case of boolean parameters - Issue #281 - PR #286

5.0.4 (2018-06-29)
------------------
Expand Down
2 changes: 1 addition & 1 deletion bravado_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = '5.0.5'
version = '5.0.6'

0 comments on commit 947d7fc

Please sign in to comment.