From ea909050e416a27d43078c19bf9970ede1c40617 Mon Sep 17 00:00:00 2001 From: bethesque Date: Mon, 15 Nov 2021 05:46:50 +0000 Subject: [PATCH] chore(release): version 2.91.0 --- CHANGELOG.md | 12 ++++++++++++ lib/pact_broker/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a78244073..81fdcc3ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +### v2.91.0 (2021-11-15) + +#### Features + +* add environments to matrix response ([fd50f22c](/../../commit/fd50f22c)) +* remove feature toggle around change to return the pact for the latest tagged version, rather than the latest pact that has a version with the tag ([fac3fc8a](/../../commit/fac3fc8a)) + +#### Bug Fixes + +* load images from the correct path when the Pact Broker application is run from a non root context ([a268ef25](/../../commit/a268ef25)) + ### v2.90.0 (2021-11-12) diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb index 4164167a7..3a55bbc5e 100644 --- a/lib/pact_broker/version.rb +++ b/lib/pact_broker/version.rb @@ -1,3 +1,3 @@ module PactBroker - VERSION = "2.90.0" + VERSION = "2.91.0" end