Version bump with a new changelog file.

pull/39/head
Cédric Bonhomme 2017-08-28 09:27:31 +02:00
parent 9d67c6e089
commit 5d62c97a1b
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
3 changed files with 31 additions and 2 deletions

29
CHANGELOG Normal file
View File

@ -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

View File

@ -1 +1 @@
{"major":2, "minor":0, "hotfix":0}
{"major":2, "minor":0, "hotfix":1}

View File

@ -1,6 +1,6 @@
{
"name": "MONARC",
"version": "2.0.0",
"version": "2.0.1",
"description": "MONARC Frontoffice App",
"private": true,
"repository": {