From 50f16559d2d967cad20f768af57b009b10cdbf0d Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Thu, 27 Feb 2020 16:56:14 +1100 Subject: [PATCH] chore(release): version 2.50.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ lib/pact_broker/version.rb | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d13069377..d50c2ab39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + +### 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)) + + ### v2.49.0 (2020-02-13) diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb index 2bd31da80..48bf4574d 100644 --- a/lib/pact_broker/version.rb +++ b/lib/pact_broker/version.rb @@ -1,3 +1,3 @@ module PactBroker - VERSION = '2.49.0' + VERSION = '2.50.0' end