diff --git a/CHANGELOG.md b/CHANGELOG.md index 02aaa29..073f558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ MONARC Changelog ================ + +## 2.0.4 (2017-10-27) + +### Fix + +- fix a bug with salted passwords that prevented users to update their + password. Users may have to use the password recovery functionality (zm-core). +- set default deliveries in english (zm-client); +- block the probability in the threat assessment in 1.2 of the method (ng-anr); + + ## 2.0.3 (2017-10-13) ### Fix diff --git a/VERSION.json b/VERSION.json index f445db1..3e3add0 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":0, "hotfix":3} +{"major":2, "minor":0, "hotfix":4} diff --git a/package.json b/package.json index acbc862..1ed8860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.0.3", + "version": "2.0.4", "description": "MONARC Frontoffice App", "private": true, "repository": {