Skip to content

Commit

Permalink
chore(release): version 2.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed May 12, 2020
1 parent 1094feb commit 0c490e7
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.53.0"></a>
### v2.53.0 (2020-05-12)


#### Features

* **badge**
* include tag names in matrix badge ([cce7cd01](/../../commit/cce7cd01))


#### Bug Fixes

* **pacts for verification**
* ensure a separate pact URL is returned for each consumer when multiple consumers share the same pact json content ([13e7b640](/../../commit/13e7b640))

* gracefully handle fetching matrix badge when specified pact does not exist ([e8ec4101](/../../commit/e8ec4101))
* include the base URL in the link to the webhook docs ([5363ab2e](/../../commit/5363ab2e))


<a name="v2.52.2"></a>
### v2.52.2 (2020-04-16)

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.52.2'
VERSION = '2.53.0'
end

0 comments on commit 0c490e7

Please sign in to comment.