Skip to content

Commit c6d6a46

Browse files
committed
chore(release): version 2.6.4
1 parent 2d14562 commit c6d6a46

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -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+
114
<a name="v2.6.3"></a>
215
### v2.6.3 (2017-12-18)
316

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.6.3"
3+
VERSION = "2.6.4"
44
end
55
end

0 commit comments

Comments
 (0)