Skip to content

Commit

Permalink
chore(release): version 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jul 24, 2018
1 parent 88e4750 commit 8913ce0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="v1.6.5"></a>
### v1.6.5 (2018-07-23)


#### Features

* use 0 as the nil pact specification version ([88e4750](/../../commit/88e4750))
* reify StringWithMatchingRules to a String ([a025dd3](/../../commit/a025dd3))
* parse String response and request bodies to StringWithMatchingRules to support pact-xml ([a9fbb58](/../../commit/a9fbb58))
* add custom contract parsers to front of pact parsers list so that customised parsers are tried first ([babc319](/../../commit/babc319))


#### Bug Fixes

* show a more helpful error when attempting to parse a URI that is not a pact ([a8ba1ed](/../../commit/a8ba1ed))


<a name="v1.6.4"></a>
### v1.6.4 (2018-07-14)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact/support/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pact
module Support
VERSION = "1.6.4"
VERSION = "1.6.5"
end
end

0 comments on commit 8913ce0

Please sign in to comment.