From d832f6f61668d79289cf3aecd5a269211dbd42ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 24 Apr 2019 11:51:35 +0200 Subject: [PATCH] Bumped version number. --- CHANGELOG.md | 29 +++++++++++++++++++++++------ VERSION.json | 2 +- package.json | 2 +- 3 files changed, 25 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 340e424..43bbd5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,33 @@ MONARC Changelog ================ +## 2.8.1 (2019-04-24) + +### New + +- the dashboard can now be exported to a CSV file or to a presentation file (.pptx). + +### Enhancement + +- Improve the treatment of a risk [#114](https://github.com/monarc-project/MonarcAppFO/issues/114); +- Improve risk sheet screen [#139](https://github.com/monarc-project/MonarcAppFO/issues/139); +- the cartography in the dashboard has been improved. + +### Fix + +- Loss of recommendation link [#150](https://github.com/monarc-project/MonarcAppFO/issues/150). + + ## 2.8.0 (2019-03-01) ### New -- [management of multiple referentials](https://objects.monarc.lu/news/2019/03/01/monarc-280-released#management-of-multiple-security-referentials); -- [mapping between security referentials](https://objects.monarc.lu/news/2019/03/01/monarc-280-released#mapping-between-security-referentials); -- [improvements to the statement of applicability](https://objects.monarc.lu/news/2019/03/01/monarc-280-released#improvements-to-the-statement-of-applicability); -- [batch import of objects](https://objects.monarc.lu/news/2019/03/01/monarc-280-released#batch-import-of-objects); -- [improvements to the dashboard](https://objects.monarc.lu/news/2019/03/01/monarc-280-released#improvements-to-the-dashboard); -- [MONARC Objects Sharing Platform](https://objects.monarc.lu/news/2019/03/01/monarc-280-released#monarc-objects-sharing-platform); +- [management of multiple referentials](https://www.monarc.lu/news/2019/03/01/monarc-280-released#management-of-multiple-security-referentials); +- [mapping between security referentials](https://www.monarc.lu/news/2019/03/01/monarc-280-released#mapping-between-security-referentials); +- [improvements to the statement of applicability](https://www.monarc.lu/news/2019/03/01/monarc-280-released#improvements-to-the-statement-of-applicability); +- [batch import of objects](https://www.monarc.lu/news/2019/03/01/monarc-280-released#batch-import-of-objects); +- [improvements to the dashboard](https://www.monarc.lu/news/2019/03/01/monarc-280-released#improvements-to-the-dashboard); +- [MONARC Objects Sharing Platform](https://www.monarc.lu/news/2019/03/01/monarc-280-released#monarc-objects-sharing-platform); - it is now possible to set a page for your terms of service when MONARC is used to provide a service. ### Fix diff --git a/VERSION.json b/VERSION.json index b0c0532..9dfaa94 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":8, "hotfix":0} +{"major":2, "minor":8, "hotfix":1} diff --git a/package.json b/package.json index 2b03f4d..00d662d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.8.0", + "version": "2.8.1", "description": "MONARC Frontoffice App", "private": true, "repository": {