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