Skip to content

Commit

Permalink
chore(release): version 2.100.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed May 20, 2022
1 parent ed714f0 commit 20be46d
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.100.0"></a>
### 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))

<a name="v2.99.0"></a>
### v2.99.0 (2022-05-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.99.0"
VERSION = "2.100.0"
end

0 comments on commit 20be46d

Please sign in to comment.