Skip to content

Commit ce7f260

Browse files
Bump version number.
1 parent 36f770a commit ce7f260

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
MONARC Changelog
22
================
33

4+
## 2.7.1 (2018-09-07)
5+
6+
### Enhancement
7+
8+
- inform user which rights he has on each risk analysis (#131);
9+
- display read/write access of the currently connected user on the home page (list of analysis) (#130);
10+
- improvements to the statement of applicability (SOA) module (speed improvements);
11+
- minor improvements to the home page.
12+
13+
### Fix
14+
15+
- impossible to download a report when user has no wright access (#133);
16+
- name of columns of the evaluation scales are not displayed when a user has not write access (#132).
17+
18+
419
## 2.7.0 (2018-08-22)
520

621
### New

VERSION.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"major":2, "minor":7, "hotfix":0}
1+
{"major":2, "minor":7, "hotfix":1}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MONARC",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "MONARC Frontoffice App",
55
"private": true,
66
"repository": {

0 commit comments

Comments
 (0)