From 7bbc46b9ee8761452ad6fab1d278488b768b1aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 20 Jan 2020 13:06:08 +0100 Subject: [PATCH] Bumping version number and updated CHANGELOG. --- CHANGELOG.md | 25 ++++++++++++++++++++++++- VERSION.json | 2 +- package.json | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 713898e..25a71a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ MONARC Changelog ================ +## 2.9.9 (2020-01-20) + +### New + +- Give the possibility to administrators to create new account and directly + assign a temporary password for the new account + ([#236](https://github.com/monarc-project/MonarcAppFO/issues/236)). + +### Fix + +- Increase size of the fields related to Record of Processing Activities + ([#230](https://github.com/monarc-project/MonarcAppFO/issues/230)); +- Duplication of risks in Deliverable -> appendix D + ([#233](https://github.com/monarc-project/MonarcAppFO/issues/233)); +- Error during modification of information risk + ([#234](https://github.com/monarc-project/MonarcAppFO/issues/234)); +- It is no more possible to change the status of a user + ([#237](https://github.com/monarc-project/MonarcAppFO/issues/237)). + + + ## 2.9.8 (2020-01-13) ### Fix @@ -11,7 +32,8 @@ MONARC Changelog ([#229](https://github.com/monarc-project/MonarcAppFO/issues/229)). - Library -> asset -> Asset used in the risks analysis ([#218](https://github.com/monarc-project/MonarcAppFO/issues/218)). - + + ## 2.9.7 (2020-01-03) ### Fix @@ -21,6 +43,7 @@ MONARC Changelog - Upload a new delivery template ([#227](https://github.com/monarc-project/MonarcAppFO/issues/227)). + ## 2.9.6 (2019-12-31) ### Fix diff --git a/VERSION.json b/VERSION.json index 3b3b2a4..f72326c 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":9, "hotfix":8} +{"major":2, "minor":9, "hotfix":9} diff --git a/package.json b/package.json index 531e7eb..c3aebce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.9.8", + "version": "2.9.9", "description": "Monarc front office application", "private": true, "repository": {