Skip to content

Commit

Permalink
chore(release): version 2.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed May 13, 2020
1 parent 96c3386 commit 7fe0aa9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="v2.54.0"></a>
### v2.54.0 (2020-05-13)


#### Features

* **hal browser**
* update to latest code ([a79ad290](/../../commit/a79ad290))


#### Bug Fixes

* update rack for CVE-2020-8161 ([96c3386a](/../../commit/96c3386a))

* **hal browser**
* fix xss vulnerability ([ac564412](/../../commit/ac564412))

* **webhooks**
* add missing validation for event names when creating webhooks ([5fc0563c](/../../commit/5fc0563c))


<a name="v2.53.0"></a>
### v2.53.0 (2020-05-12)

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.53.0'
VERSION = '2.54.0'
end

0 comments on commit 7fe0aa9

Please sign in to comment.