Skip to content

Commit

Permalink
chore(release): version 2.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 25, 2019
1 parent dd87925 commit 5f12487
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="v2.40.0"></a>
### 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))


<a name="v2.39.0"></a>
### v2.39.0 (2019-10-21)

Expand Down
2 changes: 1 addition & 1 deletion lib/pact_broker/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PactBroker
VERSION = '2.39.0'
VERSION = '2.40.0'
end

0 comments on commit 5f12487

Please sign in to comment.