We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb93b0d commit 486419bCopy full SHA for 486419b
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+<a name="v2.10.1"></a>
2
+### v2.10.1 (2018-08-21)
3
+
4
5
+#### Bug Fixes
6
7
+* ensure specified value of --pact-specification-version is written in pact file ([bb93b0d](/../../commit/bb93b0d))
8
9
10
<a name="v2.10.0"></a>
11
### v2.10.0 (2018-08-07)
12
lib/pact/mock_service/version.rb
@@ -1,5 +1,5 @@
module Pact
module MockService
- VERSION = "2.10.0"
+ VERSION = "2.10.1"
end
0 commit comments