Skip to content

Commit 2a9a2a4

Browse files
committed
Release 2.11.0
1 parent 1c5bd42 commit 2a9a2a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 2.11.0
44

5+
* Enhancement - add jsonpath to Predicate. (Thanks [@yevhen-m](https://github.com/yevhen-m).)
6+
* Enhancement - add PredicateGenerator.
57
* Enhancement - add fault behavior to responses.
68

79
## 2.10.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
setup(
5454
name="mbtest",
5555
zip_safe=False,
56-
version="2.10.0",
56+
version="2.11.0",
5757
description="Python wrapper & utils for the Mountebank over the wire test double tool.",
5858
long_description=long_description,
5959
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)