From c5d544d91a841ea3ec77c7f3c0e81df78c26444d Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Thu, 20 Sep 2018 12:13:04 +1000 Subject: [PATCH] chore(release): version 2.27.1 --- CHANGELOG.md | 19 +++++++++++++++++++ lib/pact_broker/version.rb | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b00a2c247..f7d14a111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +### v2.27.1 (2018-09-14) + + +#### Features + +* use application/yaml instead of application/x-yaml to match Swaggerhub ([067d6ac7](/../../commit/067d6ac7)) +* treat .yaml requests as having header Accept: application/x-yaml ([1c8e199f](/../../commit/1c8e199f)) + +* **webhook whitelist** + * allow hosts to be whitelisted using * domains ([150858a1](/../../commit/150858a1)) + + +#### Bug Fixes + +* **content-type** + * convert 404 content-type to application/hal+json #235 ([83958db7](/../../commit/83958db7)) + + ### v2.27.0 (2018-09-07) diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb index b8f76271a..d4f6de842 100644 --- a/lib/pact_broker/version.rb +++ b/lib/pact_broker/version.rb @@ -1,3 +1,3 @@ module PactBroker - VERSION = '2.27.0' + VERSION = '2.27.1' end