We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d14562 commit c6d6a46Copy full SHA for c6d6a46
CHANGELOG.md
@@ -1,3 +1,16 @@
1
+<a name="v2.6.4"></a>
2
+### v2.6.4 (2018-02-22)
3
+
4
+#### Features
5
6
+* allow output streams and consumer contract writer to be passed in to Pact::ConsumerContractWriter ([1856f21](/../../commit/1856f21))
7
8
9
+#### Bug Fixes
10
11
+* correctly handle reading locked pact file on windows ([2d14562](/../../commit/2d14562))
12
13
14
<a name="v2.6.3"></a>
15
### v2.6.3 (2017-12-18)
16
lib/pact/mock_service/version.rb
@@ -1,5 +1,5 @@
module Pact
module MockService
- VERSION = "2.6.3"
+ VERSION = "2.6.4"
end
0 commit comments