We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b4712 commit b01c9d2Copy full SHA for b01c9d2
CHANGELOG.md
@@ -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
11
<a name="v2.9.4"></a>
12
### v2.9.4 (2018-07-23)
13
lib/pact/mock_service/version.rb
@@ -1,5 +1,5 @@
module Pact
module MockService
- VERSION = "2.9.5"
+ VERSION = "2.9.6"
end
0 commit comments