We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e27bd38 commit 3e9895aCopy full SHA for 3e9895a
CHANGELOG.md
@@ -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
10
<a name="v1.6.0"></a>
11
### v1.6.0 (2018-04-03)
12
lib/pact/support/version.rb
@@ -1,5 +1,5 @@
module Pact
module Support
- VERSION = "1.6.0"
+ VERSION = "1.6.1"
end
0 commit comments