Skip to content

Commit

Permalink
Release version v5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
macisamuele committed Sep 18, 2018
1 parent 2946228 commit 68e98ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,12 @@
Changelog
=========

5.0.7 (2018-09-18)
------------------
- Fix security object validation issue - PR #294
- Fix unbounded recursion during object validation (if ``internally_dereference_refs`` is enabled) - PR #297
- Fix api_url generation - PR #295. Thanks mulmschneider for your contribution!

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
Expand Down
2 changes: 1 addition & 1 deletion bravado_core/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
version = '5.0.6'
version = '5.0.7'

0 comments on commit 68e98ab

Please sign in to comment.