Skip to content

Commit 3e9895a

Browse files
committedMay 21, 2018
chore(release): version 1.6.1
1 parent e27bd38 commit 3e9895a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="v1.6.1"></a>
2+
### v1.6.1 (2018-05-21)
3+
4+
5+
#### Bug Fixes
6+
7+
* correctly read local windows pact file paths with backslashes ([e27bd38](/../../commit/e27bd38))
8+
9+
110
<a name="v1.6.0"></a>
211
### v1.6.0 (2018-04-03)
312

‎lib/pact/support/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Pact
22
module Support
3-
VERSION = "1.6.0"
3+
VERSION = "1.6.1"
44
end
55
end

0 commit comments

Comments
 (0)
Please sign in to comment.