We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efdba96 commit f31d235Copy full SHA for f31d235
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+<a name="v2.9.8"></a>
2
+### v2.9.8 (2018-07-23)
3
+
4
5
+#### Bug Fixes
6
7
+* require pact_specification_version when spawning mock service through app manager ([efdba96](/../../commit/efdba96))
8
9
10
<a name="v2.9.6"></a>
11
### v2.9.6 (2018-07-23)
12
lib/pact/mock_service/version.rb
@@ -1,5 +1,5 @@
module Pact
module MockService
- VERSION = "2.9.7"
+ VERSION = "2.9.8"
end
0 commit comments