diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4dcf2..3daa2c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ MONARC Changelog ================ +## 2.9.12 (2020-03-02) + +### New + +- batch import of information risks from csv/xlsx file + ([#246](https://github.com/monarc-project/MonarcAppFO/issues/246)). + +### Enhancement + +- use a better encryption method for the export of objects and analysis + ([#260](https://github.com/monarc-project/MonarcAppFO/issues/260)). + +### Fix + +- resetting positions of recommendations in the Risk treatment plan management + is broken ([#258](https://github.com/monarc-project/MonarcAppFO/issues/258)). + + ## 2.9.11 (2020-02-21) ### New diff --git a/VERSION.json b/VERSION.json index b9dcd60..5b6b394 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":9, "hotfix":11} +{"major":2, "minor":9, "hotfix":12} diff --git a/package.json b/package.json index f0f2667..3391da9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.9.11", + "version": "2.9.12", "description": "Monarc front office application", "private": true, "repository": {