diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..603d1e0 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,29 @@ +MONARC Changelog +================ + + +## 2.0.1 (2017-08-28) + +### Enhancement + +- Auto-complete function in the creation of a specific risk (#29) +- Remove the category for operational risk (#26) +- update of the database +- the database of MONARC is now backed up before an upgrade + +### Fix + +- Import bug : Format of duedate in recomandation (#30) +- Problem when a label of an impact contains a character such as '&' or '%' (#24) +- Lost operational risks of assets in library after a snapshot (#25) +- Problem setting a comment in new scale row (#24) +- hash of users' passwords were exposed through the API as reported by + Thomas LARCHER, Cyber Security Team of PwC Luxembourg. + + +## 2.0.0 (2017-08-07) + +### Other + +- initial release of the version 2.0.0 of MONARC; +- project source code is now hosted at https://github.com/monarc-project diff --git a/VERSION.json b/VERSION.json index 2d89f8c..93d2987 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":0, "hotfix":0} +{"major":2, "minor":0, "hotfix":1} diff --git a/package.json b/package.json index 93cda7c..9d8a3d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.0.0", + "version": "2.0.1", "description": "MONARC Frontoffice App", "private": true, "repository": {