We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce6bef commit c1607f1Copy full SHA for c1607f1
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+<a name="v3.3.0"></a>
2
+### v3.3.0 (2020-01-16)
3
+
4
5
+#### Features
6
7
+* log a warning when too many interactions are set on the mock service at once ([0ce6bef](/../../commit/0ce6bef))
8
9
10
<a name="v3.2.1"></a>
11
### v3.2.1 (2020-01-11)
12
lib/pact/mock_service/version.rb
@@ -1,5 +1,5 @@
module Pact
module MockService
- VERSION = "3.2.1"
+ VERSION = "3.3.0"
end
0 commit comments