From 0f9d0b0c826cc36db4cb150e6d63c567020138a2 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Thu, 10 May 2018 08:51:52 +1000 Subject: [PATCH] chore(release): version 2.19.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ lib/pact_broker/version.rb | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6707bfb48..aae8a7eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ + +### v2.19.0 (2018-05-03) + + +#### Features + +* create endpoint to compare arbitrary pact versions, ignoring interaction/message order ([15f0688](/../../commit/15f0688)) +* add endpoint to retrieve a pact version by its pact content sha ([a519731](/../../commit/a519731)) +* include pact revision number and verification number in badge svg comment ([82b59ef](/../../commit/82b59ef)) +* add pb:version-tag relation to pacticipant resource ([0704772](/../../commit/0704772)) +* create endpoints for retrieving all pact versions for a provider, with and without a tag. ([d7011b2](/../../commit/d7011b2)) +* update matrix UI to allow _all_ versions with a particular tag to be specified ([278b3ea](/../../commit/278b3ea)) +* allow matrix to be queried for _all_ versions with a given tag ([cac3023](/../../commit/cac3023)) + + +#### Bug Fixes + +* correct logic for finding latest verification for revised pacts ([8fb28ee](/../../commit/8fb28ee)) +* do not invoke error reporters for validation errors ([57eed65](/../../commit/57eed65)) + + ### v2.18.0 (2018-04-05) diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb index f9d9ca949..e4dd20d81 100644 --- a/lib/pact_broker/version.rb +++ b/lib/pact_broker/version.rb @@ -1,3 +1,3 @@ module PactBroker - VERSION = '2.18.0' + VERSION = '2.19.0' end