From f822067f3af8a2534743ac1edc6e8f8a715c010a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 22 Aug 2018 14:48:39 +0200 Subject: [PATCH] release bump --- AUTHORS | 1 + CHANGELOG.md | 18 ++++++++++++++++++ VERSION.json | 2 +- package.json | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 9e1a66f..7b6ba49 100644 --- a/AUTHORS +++ b/AUTHORS @@ -13,6 +13,7 @@ Cyril Rouyer Guillaume Lesniak Jérôme De Almeida Jérôme Lombardi +Jihane Guelzim - https://github.com/jiihaanee Juan Rocha Rémi Jambou - https://github.com/rjambou Thomas Metois diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ca09f..b12dfae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ MONARC Changelog ================ +## 2.7.0 (2018-08-22) + +### New + +- this release introduces the statement of applicability (SOA) module for your + risk analysis. This is a first step towards the awaited [Statement of Applicability + & Gap Analysis module](https://github.com/monarc-project/MonarcAppFO/wiki/feature-SOA&GAP) + +### Fix + +- Error in translation in sector 3 of Final report (#124); +- The management of the position in the library is not working (#123); +- Empty categories in the library (#122); +- Impossible to order the questions in the back oficce (#121); +- Hidden impacts function doesn't works (#119); +- Search and sort filter for import (#38). + + ## 2.6.0 (2018-07-20) ### New diff --git a/VERSION.json b/VERSION.json index df0b86e..d336f74 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":6, "hotfix":0} +{"major":2, "minor":7, "hotfix":0} diff --git a/package.json b/package.json index 342bde7..a8e008c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.6.0", + "version": "2.7.0", "description": "MONARC Frontoffice App", "private": true, "repository": {