From 123bf9367f5f55007eb19fc315377bfdf7ca4b4d Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Fri, 7 Jun 2019 17:14:34 +1000 Subject: [PATCH] chore(release): version 2.33.0 --- CHANGELOG.md | 18 ++++++++++++++++++ lib/pact_broker/version.rb | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cdc11bc1..9f2865b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ + +### v2.33.0 (2019-06-07) + + +#### Features + +* add pb:pacticipant and pb:pacticipant-version-tag relations to the index resource ([2c4c258c](/../../commit/2c4c258c)) + + +#### Bug Fixes + +* correctly remove webhook consumer/provider when update params do not contain a consumer/provider ([118bbee1](/../../commit/118bbee1)) +* duplicate key value violates unique constraint "cv_prov_revision_unq" error when publishing identical pact resources at the same time ([6c8e38fb](/../../commit/6c8e38fb)) + +* **matrix** + * ensure unrelated dependencies are not included in a matrix result when three pacticipants each have dependencies on each other ([a086ffec](/../../commit/a086ffec)) + + ### v2.32.0 (2019-05-28) diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb index ebb87b2db..6777436d9 100644 --- a/lib/pact_broker/version.rb +++ b/lib/pact_broker/version.rb @@ -1,3 +1,3 @@ module PactBroker - VERSION = '2.32.0' + VERSION = '2.33.0' end