From c4f23bc216e148900aa97f57ff0388149b82554a Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Thu, 20 Sep 2018 13:28:49 +1000 Subject: [PATCH] chore(release): version 2.27.2 --- 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..a732cf1bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +### v2.27.2 (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 d4f6de842..6f439ae38 100644 --- a/lib/pact_broker/version.rb +++ b/lib/pact_broker/version.rb @@ -1,3 +1,3 @@ module PactBroker - VERSION = '2.27.1' + VERSION = '2.27.2' end