Skip to content

Commit

Permalink
Release 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed Feb 1, 2021
1 parent e030b9a commit db807dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.5.2

* Bugfix - Stub.from_structure() decodes logically combinable predicates. (Thanks, @SShatun)

## 2.5.1

* Bugfix - Ensure imposter host matches server host

## 2.5

* Add [dynamic predicates and responses](http://www.mbtest.org/docs/api/injection). This feature requires Mountebank 2.0 or later, but all other features should continue to work with older version.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
setup(
name="mbtest",
zip_safe=False,
version="2.5.1",
version="2.5.2",
description="Python wrapper & utils for the Mountebank over the wire test double tool.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit db807dc

Please sign in to comment.