diff --git a/CHANGELOG.md b/CHANGELOG.md index ed3b1a0..0d28786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +### v1.16.5 (2020-11-25) + +#### Bug Fixes + +* maintain the original string query for the provider verification while also parsing the string query into a hash to allow the matching rules to be applied correctly for use in the mock service on the consumer side ([12105dd](/../../commit/12105dd)) + ### v1.16.4 (2020-11-13) diff --git a/lib/pact/support/version.rb b/lib/pact/support/version.rb index effe5af..bbeea8b 100644 --- a/lib/pact/support/version.rb +++ b/lib/pact/support/version.rb @@ -1,5 +1,5 @@ module Pact module Support - VERSION = "1.16.4" + VERSION = "1.16.5" end end