Skip to content

Commit ad72df2

Browse files
committed
chore(release): version 3.2.0
1 parent 080e47a commit ad72df2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -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+
111
<a name="v3.1.0"></a>
212
### v3.1.0 (2019-05-01)
313

lib/pact/mock_service/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Pact
22
module MockService
3-
VERSION = "3.1.1"
3+
VERSION = "3.2.0"
44
end
55
end

0 commit comments

Comments
 (0)