From 935aec45ddd6a06d15e68039ea7dfaeef28a341f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Fri, 23 Aug 2019 08:38:07 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 19 ++++++++++++++++++- VERSION.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df5f996..55231c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ MONARC Changelog ================ +## 2.9.0 (2019-08-23) + +### New + +- each analysis can now integrate a record of processing activities in order + to help you in your GDPR compliance efforts; +- it is now possible to create and manage set of recommendations via the + knowledge base of a risk analysis. Like for the security referentials MOSP can + now be used in order to + [share recommendations](https://objects.monarc.lu/schema/17). + +### Fix + +- Monarc 2.8.3 - nvalid datetime format: 1292 [#179](https://github.com/monarc-project/MonarcAppFO/issues/179) +- various minor fixes. + + ## 2.8.3 (2019-07-26) ### Enhancement @@ -13,7 +30,7 @@ MONARC Changelog - SOA is not imported [#166](https://github.com/monarc-project/MonarcAppFO/issues/166) - Drag & drop in risk treatment plan fails after 1 change [#167](https://github.com/monarc-project/MonarcAppFO/issues/166) -- Underscore "_" is not considered as a special character in password reset [#169](https://github.com/monarc-project/MonarcAppFO/issues/169) +- Underscore "\_" is not considered as a special character in password reset [#169](https://github.com/monarc-project/MonarcAppFO/issues/169) - Error when duplicating object [#171](https://github.com/monarc-project/MonarcAppFO/issues/171) - Add objects in model/anr from common DB [#172](https://github.com/monarc-project/MonarcAppFO/issues/172) - Composed objects in the library->position [#174](https://github.com/monarc-project/MonarcAppFO/issues/174) diff --git a/VERSION.json b/VERSION.json index f71cb19..c8f228a 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":8, "hotfix":3} +{"major":2, "minor":9, "hotfix":0} diff --git a/package.json b/package.json index c784c23..d490815 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.8.3", + "version": "2.9.0", "description": "MONARC Frontoffice App", "private": true, "repository": {