Skip to content

Commit b01c9d2

Browse files
committed
chore(release): version 2.9.6
1 parent e4b4712 commit b01c9d2

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="v2.9.6"></a>
2+
### v2.9.6 (2018-07-23)
3+
4+
5+
#### Bug Fixes
6+
7+
* use dummy pact specification version for stub server ([3337f6d](/../../commit/3337f6d))
8+
* pass the pact specification version from the control server to the mock server ([b585092](/../../commit/b585092))
9+
10+
111
<a name="v2.9.4"></a>
212
### v2.9.4 (2018-07-23)
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 = "2.9.5"
3+
VERSION = "2.9.6"
44
end
55
end

0 commit comments

Comments
 (0)