From 87966a7991d5c78ef901e1c68387c7a0dcf5aec3 Mon Sep 17 00:00:00 2001 From: bethesque Date: Thu, 7 Jul 2022 05:49:32 +0000 Subject: [PATCH] chore(release): version 2.102.0 --- CHANGELOG.md | 14 ++++++++++++++ lib/pact_broker/version.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ecdf24fe..7515337fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +### v2.102.0 (2022-07-07) + +#### Features + +* default allow_dangerous_contract_modification to false for new installations ([85a89951](/../../commit/85a89951)) + +#### Bug Fixes + +* add missing provider version branch parameter to webhook requests ([262dae44](/../../commit/262dae44)) +* clean up pacticipants with no names ([0aff250d](/../../commit/0aff250d)) +* update string refinements with blank? and present? ([8373f88f](/../../commit/8373f88f)) +* update validation for creating pacticipants to return a 400 when name is missing ([fcb02aa6](/../../commit/fcb02aa6)) + ### v2.101.0 (2022-06-07) diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb index 81782eae5..58e8fdcf9 100644 --- a/lib/pact_broker/version.rb +++ b/lib/pact_broker/version.rb @@ -1,3 +1,3 @@ module PactBroker - VERSION = "2.101.0" + VERSION = "2.102.0" end