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.lockpull/316/head
commit
35b394ebd4
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -1,6 +1,32 @@
|
||||||
MONARC Changelog
|
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)
|
## 2.9.15 (2020-06-02)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"major":2, "minor":9, "hotfix":15}
|
{"major":2, "minor":9, "hotfix":16}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "MONARC",
|
"name": "MONARC",
|
||||||
"version": "2.9.15",
|
"version": "2.9.16",
|
||||||
"description": "Monarc front office application",
|
"description": "Monarc front office application",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue