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