From 4e9d78a2141dc74b38cd9d0813bcb817450f92ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Fri, 27 Oct 2017 14:58:55 +0200 Subject: [PATCH] Release 2.0.4. --- CHANGELOG.md | 11 +++++++++++ VERSION.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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": {