From 18c0073b5d150fcd5e98f3f1b214b047fd213de2 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Wed, 25 Mar 2020 17:12:45 +1100 Subject: [PATCH] chore(release): version 2.52.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ lib/pact_broker/version.rb | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f8489276..14dbf6f08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ + +### v2.52.0 (2020-03-25) + + +#### Features + +* **pact ui** + * update matrix URL to specify the latest provider version ([23b02c80](/../../commit/23b02c80)) + +* **matrix ui** + * highlight rows with the same consumer/provider/consumer version/provider version ([99b36d50](/../../commit/99b36d50)) + +* **matrix** + * speed up query for UI by reducing the number of joins and removing unncessary criteria (#332) ([9e5ea8be](/../../commit/9e5ea8be)) + +* **pacts for verification** + * add validation to only allow consumer to be specified for 'all' versions for a tag ([b39ad193](/../../commit/b39ad193)) + * update inclusion messages to specify consumer name when selecting all pacts for a given consumer ([fdff0c58](/../../commit/fdff0c58)) + * support finding all pacts with a given tag for a specified consumer ([749e708d](/../../commit/749e708d)) + + +#### Bug Fixes + +* ensure requests for text/plain go to the API rather than the UI ([1cf28009](/../../commit/1cf28009)) + + ### v2.51.0 (2020-03-11) diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb index c12bb93ce..58825373a 100644 --- a/lib/pact_broker/version.rb +++ b/lib/pact_broker/version.rb @@ -1,3 +1,3 @@ module PactBroker - VERSION = '2.51.0' + VERSION = '2.52.0' end