Skip to content

Commit

Permalink
chore(release): version 2.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jun 1, 2020
1 parent 1e26565 commit c052bee
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<a name="v2.56.0"></a>
### v2.56.0 (2020-06-01)


#### Features

* **database**
* log schema versions and migration info on startup ([b385e535](/../../commit/b385e535))
* allow options to be passed to Sequel migrate via the MigrationTask ([143613e7](/../../commit/143613e7))

* allow Pactflow messages in logs to be hidden by setting PACT_BROKER_HIDE_PACTFLOW_MESSAGES=true ([a7550105](/../../commit/a7550105))

* **can-i-deploy**
* experimental - add a warning message if there are interactions missing verification test results. ([f7ab8cc5](/../../commit/f7ab8cc5))


#### Bug Fixes

* use relative URLs when base_url not explictly set to ensure app is not vulnerable to host header attacks ([92c45a0a](/../../commit/92c45a0a))
* raise PactBroker::Error when either pacticipant is not found in the business layer while attempting to delete an integration ([3c209a46](/../../commit/3c209a46))


<a name="v2.55.0"></a>
### v2.55.0 (2020-05-22)

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.55.0'
VERSION = '2.56.0'
end

0 comments on commit c052bee

Please sign in to comment.