Skip to content

Commit

Permalink
chore(release): version 2.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Sep 20, 2018
1 parent a0abb82 commit c4f23bc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="v2.27.2"></a>
### 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))


<a name="v2.27.0"></a>
### v2.27.0 (2018-09-07)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact_broker/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PactBroker
VERSION = '2.27.1'
VERSION = '2.27.2'
end

0 comments on commit c4f23bc

Please sign in to comment.