Merge remote-tracking branch 'origin/master' into feature/stats

* origin/master:
  Updated composer.lock with the libs updated tags.
  Updated the changelog.
  Added the release v2.9.16.

# Conflicts:
#	composer.lock
pull/316/head
Ruslan Baidan 2020-11-17 16:55:07 +01:00
commit 35b394ebd4
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
3 changed files with 28 additions and 2 deletions

View File

@ -1,6 +1,32 @@
MONARC Changelog
================
## 2.9.16 (2020-08-14)
### Fix
- User ejected when get in register GDPR with read rights
([#190](https://github.com/monarc-project/MonarcAppFO/issues/190)).
- Risk treatment plan comment delete date.
([#298](https://github.com/monarc-project/MonarcAppFO/issues/298)).
- Read Only User logout during risk treatment.
([#300](https://github.com/monarc-project/MonarcAppFO/issues/300)).
- Importing operational risks, the rolfRisk and riskCacheCode fields does not match the knowledge base.
([#303](https://github.com/monarc-project/MonarcAppFO/issues/303)).
- Duplicate/snapshot sets always same amv uuid for all instances_risks.
([#304](https://github.com/monarc-project/MonarcAppFO/issues/304)).
- Import with the same threat linked to a specific risk doesn't work.
([#305](https://github.com/monarc-project/MonarcAppFO/issues/305)).
- Creation of models on BackOffice with risks in analyse.
([#306](https://github.com/monarc-project/MonarcAppFO/issues/306)).
- Add new deliverable model for record of processing
([#307](https://github.com/monarc-project/MonarcAppFO/issues/307)).
### Enhancement
- Add typecast to (string) to every uuid getter
([#259](https://github.com/monarc-project/MonarcAppFO/issues/259)).
## 2.9.15 (2020-06-02)
### Fix

View File

@ -1 +1 @@
{"major":2, "minor":9, "hotfix":15}
{"major":2, "minor":9, "hotfix":16}

View File

@ -1,6 +1,6 @@
{
"name": "MONARC",
"version": "2.9.15",
"version": "2.9.16",
"description": "Monarc front office application",
"private": true,
"repository": {