From b8dbfabe4ddc49289d7acc61cdeb1b1c7b7a4fd0 Mon Sep 17 00:00:00 2001 From: bethesque Date: Thu, 16 Dec 2021 05:24:32 +0000 Subject: [PATCH] chore(release): version 1.61.0 --- CHANGELOG.md | 11 +++++++++++ lib/pact/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 646b0da7..133c14e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +### v1.61.0 (2021-12-16) + +#### Features + +* support description of matching_branch and matching_tag consumer version selectors ([8e8bb22](/../../commit/8e8bb22)) + +#### Bug Fixes + +* pass through includePendingStatus to the 'pacts for verification' API when it is false ([f0e37a4](/../../commit/f0e37a4)) + ### v1.60.0 (2021-10-01) diff --git a/lib/pact/version.rb b/lib/pact/version.rb index adccff7a..7d65286b 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.60.0" + VERSION = "1.61.0" end