From 5f12487c83412b58bfe446d2ce12a7fe45e115f6 Mon Sep 17 00:00:00 2001 From: Beth Skurrie Date: Sat, 26 Oct 2019 07:42:07 +1100 Subject: [PATCH] chore(release): version 2.40.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ lib/pact_broker/version.rb | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28945acba..d9da5d1d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ + +### v2.40.0 (2019-10-26) + + +#### Features + +* **matrix** + * default page to showing 'latest by consumer version and provider' as it is much quicker and less confusing. ([dd879250](/../../commit/dd879250)) + +* optimise query to find latest verification for consumer version tag ([301b30ca](/../../commit/301b30ca)) + +* **matrix badge** + * optimise database query ([2b7f8e23](/../../commit/2b7f8e23)) + + +#### Bug Fixes + +* **matrix** + * exceptions on matrix page due to recent query optimisation ([3c504ba5](/../../commit/3c504ba5)) + +* **frontend** + * remove 'v' prefix on versions during render (#313) ([e109a8cd](/../../commit/e109a8cd)) + + ### v2.39.0 (2019-10-21) diff --git a/lib/pact_broker/version.rb b/lib/pact_broker/version.rb index c4f618d8b..462c154d5 100644 --- a/lib/pact_broker/version.rb +++ b/lib/pact_broker/version.rb @@ -1,3 +1,3 @@ module PactBroker - VERSION = '2.39.0' + VERSION = '2.40.0' end