diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a2bc2ed..993c09811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +### 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)) + + ### v2.52.2 (2020-04-16) diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb index 129dde643..23963b208 100644 --- a/lib/pact_broker/version.rb +++ b/lib/pact_broker/version.rb @@ -1,3 +1,3 @@ module PactBroker - VERSION = '2.52.2' + VERSION = '2.53.0' end