diff --git a/CHANGELOG.md b/CHANGELOG.md index d5410dc..97b21f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,32 @@ MONARC Changelog ================ +## 2.5.0 (2018-07-04) + +### New + +- all dashboard data can now be exported to a CSV file with tabs; +- fine grained export of risk analysis (choice between method steps, + interviews, existing controls and recommendations); +- it is now possible to create a new recommendation from an existing one; +- account deletion / right to erasure (#109). + +### Enhancement + +- how to erase the evaluation of all threats of a risk analysis (#97); +- the risk treatment view has been improved (#96); +- MONARC and the back office are now using AngularJS 1.7.0. + +### Fix + +- impossible to edit some fields in BO. Only is possible in the default + language of instance (#108); +- md-datepicker sends the day before the one that was selected (#105); +- the filter by tag is not working on Knowledge base > Operational Risk (#103); +- the generation of deliverables has been improved (bullet point lists) (#101); +- various minor improvements and fixes in the back office of MONARC. + + ## 2.4.2 (2018-06-08) ### Enhancement diff --git a/VERSION.json b/VERSION.json index 294e3b1..eb131d0 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":4, "hotfix":2} +{"major":2, "minor":5, "hotfix":0} diff --git a/package.json b/package.json index 22bcec7..5c3981e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.4.2", + "version": "2.5.0", "description": "MONARC Frontoffice App", "private": true, "repository": {