From f4a1b6847b6298bca6d3cd559cefcd856cbaf19a Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Fri, 14 Jun 2019 14:58:56 +1000 Subject: [PATCH] chore(release): version 2.34.0 --- CHANGELOG.md | 19 +++++++++++++++++++ lib/pact_broker/version.rb | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f2865b4b..125c10382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +### v2.34.0 (2019-06-14) + + +#### Features + +* **webhooks** + * provide mapping to bitbucket build status names (#277) ([7bdf0c47](/../../commit/7bdf0c47)) + +* change log level for webhook triggering logs from debug to info ([2dca79c1](/../../commit/2dca79c1)) + + +#### Bug Fixes + +* gracefully handle two requests coming in at the same time to create the same pacticipant ([78d92ada](/../../commit/78d92ada)) +* gracefully handle pact webhook status when there is no pact yet ([ba1f6bc7](/../../commit/ba1f6bc7)) +* do not overwrite existing pactbroker.database_connector in rack env ([0da5d070](/../../commit/0da5d070)) + + ### v2.33.0 (2019-06-07) diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb index 6777436d9..80c6a478a 100644 --- a/lib/pact_broker/version.rb +++ b/lib/pact_broker/version.rb @@ -1,3 +1,3 @@ module PactBroker - VERSION = '2.33.0' + VERSION = '2.34.0' end