Skip to content

Commit

Permalink
chore(release): version 2.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Dec 16, 2020
1 parent 1cc19c2 commit 594f60c
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.73.0"></a>
### v2.73.0 (2020-12-16)

#### Features

* **wip**
* permenently enable feature that keeps pacts as WIP when verified via the URL from a webhook triggered by pact publication ([70071373](/../../commit/70071373))

* allow error causes to be configured to log at warning level ([3a7bf5ea](/../../commit/3a7bf5ea))
* add self relations for tags in matrix resource ([727cee99](/../../commit/727cee99))
* add self relation to tags in extended pact and verification resources ([a560ce6d](/../../commit/a560ce6d))

* **metrics**
* timeout matrix count ([43091b57](/../../commit/43091b57))

#### Bug Fixes

* url encode tag name in tag URL ([80df832d](/../../commit/80df832d))

<a name="v2.72.0"></a>
### v2.72.0 (2020-12-02)

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.72.0'
VERSION = '2.73.0'
end

0 comments on commit 594f60c

Please sign in to comment.