From 26f353580936ad3b9baddb17b00e84f33c69e7cb Mon Sep 17 00:00:00 2001 From: bethesque Date: Thu, 21 Jan 2021 02:59:30 +0000 Subject: [PATCH] chore(release): version 1.35.0 --- CHANGELOG.md | 8 ++++++++ lib/pact_broker/client/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a16a2f54..d817072a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +### v1.35.0 (2021-01-21) + +#### Features + +* **can-i-deploy** + * display links to verification results in the output of can-i-deploy when using text format ([976950d](/../../commit/976950d)) + ### v1.34.0 (2020-11-20) diff --git a/lib/pact_broker/client/version.rb b/lib/pact_broker/client/version.rb index 4489c44f..13548817 100644 --- a/lib/pact_broker/client/version.rb +++ b/lib/pact_broker/client/version.rb @@ -1,5 +1,5 @@ module PactBroker module Client - VERSION = '1.34.0' + VERSION = '1.35.0' end end