From ce7f260c08b2f1561403dbb762af7ce6c8b9602d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Fri, 7 Sep 2018 13:56:36 +0200 Subject: [PATCH] Bump version number. --- CHANGELOG.md | 15 +++++++++++++++ VERSION.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b12dfae..eae9f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ MONARC Changelog ================ +## 2.7.1 (2018-09-07) + +### Enhancement + +- inform user which rights he has on each risk analysis (#131); +- display read/write access of the currently connected user on the home page (list of analysis) (#130); +- improvements to the statement of applicability (SOA) module (speed improvements); +- minor improvements to the home page. + +### Fix + +- impossible to download a report when user has no wright access (#133); +- name of columns of the evaluation scales are not displayed when a user has not write access (#132). + + ## 2.7.0 (2018-08-22) ### New diff --git a/VERSION.json b/VERSION.json index d336f74..664a28f 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":7, "hotfix":0} +{"major":2, "minor":7, "hotfix":1} diff --git a/package.json b/package.json index a8e008c..734e981 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.7.0", + "version": "2.7.1", "description": "MONARC Frontoffice App", "private": true, "repository": {