From 20be46dad07a21938661a9a0560135ec776207c4 Mon Sep 17 00:00:00 2001 From: bethesque Date: Fri, 20 May 2022 08:52:55 +0000 Subject: [PATCH] chore(release): version 2.100.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ lib/pact_broker/version.rb | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75ec92a83..c9571c475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +### v2.100.0 (2022-05-20) + +#### Features + +* check for potential duplicate pacticipants in publish contracts endpoint (#558) ([ed714f03](/../../commit/ed714f03)) +* add support for "can i merge" matrix query ([bb108ed2](/../../commit/bb108ed2)) +* remove inefficient skynet query for tags ([bdc2599c](/../../commit/bdc2599c)) +* update text for matrix version description when no version is in an enviroment ([3eb5581d](/../../commit/3eb5581d)) + +* **pacts for verification** + * update wip and pending descriptions for wip pacts ([b06d4477](/../../commit/b06d4477)) + +* **matrix** + * add support for selectors specified by branch and environment name when reporting that a version does not exist ([07ff8044](/../../commit/07ff8044)) + +#### Bug Fixes + +* **matrix** + * identify the correct failed version when a selector resolves to multiple versions ([11e7dc1c](/../../commit/11e7dc1c)) + ### v2.99.0 (2022-05-13) diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb index 04dbfa4be..1a71315e8 100644 --- a/lib/pact_broker/version.rb +++ b/lib/pact_broker/version.rb @@ -1,3 +1,3 @@ module PactBroker - VERSION = "2.99.0" + VERSION = "2.100.0" end