Skip to content

Commit 8913ce0

Browse files
committed
chore(release): version 1.6.5
1 parent 88e4750 commit 8913ce0

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="v1.6.5"></a>
2+
### v1.6.5 (2018-07-23)
3+
4+
5+
#### Features
6+
7+
* use 0 as the nil pact specification version ([88e4750](/../../commit/88e4750))
8+
* reify StringWithMatchingRules to a String ([a025dd3](/../../commit/a025dd3))
9+
* parse String response and request bodies to StringWithMatchingRules to support pact-xml ([a9fbb58](/../../commit/a9fbb58))
10+
* add custom contract parsers to front of pact parsers list so that customised parsers are tried first ([babc319](/../../commit/babc319))
11+
12+
13+
#### Bug Fixes
14+
15+
* show a more helpful error when attempting to parse a URI that is not a pact ([a8ba1ed](/../../commit/a8ba1ed))
16+
17+
118
<a name="v1.6.4"></a>
219
### v1.6.4 (2018-07-14)
320

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

0 commit comments

Comments
 (0)