From 490bbe994d86f950473360eb7533eb9f4c80b368 Mon Sep 17 00:00:00 2001 From: bethesque Date: Sat, 26 Sep 2020 00:25:14 +0000 Subject: [PATCH] chore(release): version 1.55.0 --- CHANGELOG.md | 10 ++++++++++ lib/pact/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28a57f9e..fd7b70f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +### v1.55.0 (2020-09-26) + +#### Features + +* add consumer_version_selectors to pact verification DSL, and convert consumer_version_tags to selectors ([39e6c4a](/../../commit/39e6c4a)) +* allow verification task to set just a pact_helper without a URI ([303077d](/../../commit/303077d)) +* split pending and failed rerun commands into separate sections ([f839391](/../../commit/f839391)) +* update output during verification so the pact info shows before the describe blocks of the pact that is being verified ([15ec231](/../../commit/15ec231)) + ### v1.54.0 (2020-09-12) diff --git a/lib/pact/version.rb b/lib/pact/version.rb index f1b04921..7fecde33 100644 --- a/lib/pact/version.rb +++ b/lib/pact/version.rb @@ -1,4 +1,4 @@ # Remember to bump pact-provider-proxy when this changes major version module Pact - VERSION = "1.54.0" + VERSION = "1.55.0" end