From 5d62c97a1b53f6a6d83612b8a1673c6962a85c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 28 Aug 2017 09:27:31 +0200 Subject: [PATCH] Version bump with a new changelog file. --- CHANGELOG | 29 +++++++++++++++++++++++++++++ VERSION.json | 2 +- package.json | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG 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": {