diff --git a/CHANGELOG.md b/CHANGELOG.md index d963b97..17ac0f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.4.0 + +* Fix magnitude calculation on high probability (thanks to @zaburt) +* Hide category selection when no options are available +* Allow bulk edit when risks originate from various projects +* Increase overall plugin stability + ## v1.3.1 * Fix typo in french translation diff --git a/init.rb b/init.rb index 1354f23..9ddae2d 100644 --- a/init.rb +++ b/init.rb @@ -1,6 +1,6 @@ require 'redmine' -RISKS_VERSION_NUMBER = '1.3.1' +RISKS_VERSION_NUMBER = '1.4.0' Redmine::Plugin.register :redmine_risks do name 'Risks'