diff --git a/CHANGELOG.md b/CHANGELOG.md index ef6a0728b..2e6936c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +### v2.62.0 (2020-09-23) + +#### Features + +* **webhooks** + * remove user-agent and accept-encoding headers which the Ruby HTTP library adds by default ([ef25b88c](/../../commit/ef25b88c)) + +* add event name to triggered webhook ([ecce16fd](/../../commit/ecce16fd)) + +#### Bug Fixes + +* **webhooks** + * use path to initialise http request, rather than full URL ([ecbac9a6](/../../commit/ecbac9a6)) + +* gracefully handle corrupt webhook metadata in pact URL ([ba94c355](/../../commit/ba94c355)) + ### v2.61.0 (2020-09-12) diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb index ae7c24695..2c4b5e6bb 100644 --- a/lib/pact_broker/version.rb +++ b/lib/pact_broker/version.rb @@ -1,3 +1,3 @@ module PactBroker - VERSION = '2.61.0' + VERSION = '2.62.0' end