Skip to content

Commit

Permalink
chore(release): version 2.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 10, 2021
1 parent 49480ab commit fc3a6d9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="v2.84.0"></a>
### v2.84.0 (2021-09-10)

#### Features

* use the first tag as the branch when publishing pacts using the contracts/publish endpoint ([7b903c1d](/../../commit/7b903c1d))
* support multiple branches per version (#495) ([acff2fcc](/../../commit/acff2fcc))
* Support deleting all pacts for a specific tag in the UI (#480) ([10dda8ae](/../../commit/10dda8ae))
* add webhook template parameter for GItlab verification statuses (#493) ([390ae0d8](/../../commit/390ae0d8))

* **pacts for verification**
* include pending status for responses by default when includePendingStatus is not specified ([748d3b87](/../../commit/748d3b87))

#### Bug Fixes

* when the latest version for a tag does not have a pact, do not return a pact for the 'latest tag' selector ([374c77ce](/../../commit/374c77ce))
* issue-reproduction/Dockerfile-pact-broker to reduce vulnerabilities (#491) ([9692b465](/../../commit/9692b465))
* Dockerfile to reduce vulnerabilities (#496) ([57c190ef](/../../commit/57c190ef))

<a name="v2.83.0"></a>
### v2.83.0 (2021-08-19)

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.83.0"
VERSION = "2.84.0"
end

0 comments on commit fc3a6d9

Please sign in to comment.