Skip to content

Commit

Permalink
chore(release): version 2.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 27, 2020
1 parent 47c23b7 commit 50f1655
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="v2.50.0"></a>
### v2.50.0 (2020-02-27)


#### Features

* **deps**
* upgrade to pact-support 1.14.1 ([47c23b7d](/../../commit/47c23b7d))

* **ui**
* display repository URL on the pacticipant relationships page ([5d285e95](/../../commit/5d285e95))

* expose configuration option to allow missing migrations files on startup ([58dea9ab](/../../commit/58dea9ab))
* add rake task to clean overwritten pact publications and verifications ([942dfbd0](/../../commit/942dfbd0))
* include tag and consumer version number in metadata parameter of verification creation URL when verifying latest pact for a tag ([3b59e824](/../../commit/3b59e824))

* **pact**
* add relation to view matrix rows for the consumer version ([13cb20b1](/../../commit/13cb20b1))


<a name="v2.49.0"></a>
### v2.49.0 (2020-02-13)

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.49.0'
VERSION = '2.50.0'
end

0 comments on commit 50f1655

Please sign in to comment.