We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080e47a commit ad72df2Copy full SHA for ad72df2
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="v3.2.0"></a>
2
+### v3.2.0 (2019-09-19)
3
+
4
5
+#### Features
6
7
+* **skip writing to pact**
8
+ * Use writable_interactions when writing to pact file ([44ea0c3](/../../commit/44ea0c3))
9
10
11
<a name="v3.1.0"></a>
12
### v3.1.0 (2019-05-01)
13
lib/pact/mock_service/version.rb
@@ -1,5 +1,5 @@
module Pact
module MockService
- VERSION = "3.1.1"
+ VERSION = "3.2.0"
end
0 commit comments