diff --git a/CHANGELOG.md b/CHANGELOG.md index b58a72e..cd2d74c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ MONARC Changelog ================ + +## 2.11.0 (2021-09-02) + +### New + +- Having the possibility to define custom scales for operational risks + ([#353](https://github.com/monarc-project/MonarcAppFO/issues/353)); +- introduction of the risk context and the risk owner + ([#21](https://github.com/monarc-project/MonarcAppFO/issues/21)), + ([#186](https://github.com/monarc-project/MonarcAppFO/issues/186)); + + +### Fix + +- update-all.sh: Could not read from remote repository + ([#365](https://github.com/monarc-project/MonarcAppFO/issues/365)); +- Some files in script do not have the correct permissions + ([#364](https://github.com/monarc-project/MonarcAppFO/issues/364)). + + ## 2.10.4 (2021-06-24) Includes bug-fixes. ### Fix diff --git a/VERSION.json b/VERSION.json index 7d834d1..b4f1dae 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":10, "hotfix":4} +{"major":2, "minor":11, "hotfix":0} diff --git a/deliveries/cases/DE/1.docx b/deliveries/cases/DE/1.docx index ebf79ca..eb231b6 100644 Binary files a/deliveries/cases/DE/1.docx and b/deliveries/cases/DE/1.docx differ diff --git a/deliveries/cases/DE/3.docx b/deliveries/cases/DE/3.docx index e409dc6..6035470 100644 Binary files a/deliveries/cases/DE/3.docx and b/deliveries/cases/DE/3.docx differ diff --git a/deliveries/cases/EN/1.docx b/deliveries/cases/EN/1.docx index 2588bfc..5f629f1 100644 Binary files a/deliveries/cases/EN/1.docx and b/deliveries/cases/EN/1.docx differ diff --git a/deliveries/cases/EN/3.docx b/deliveries/cases/EN/3.docx index 4858efb..27ef2e1 100644 Binary files a/deliveries/cases/EN/3.docx and b/deliveries/cases/EN/3.docx differ diff --git a/deliveries/cases/FR/1.docx b/deliveries/cases/FR/1.docx index ebc4110..6307c6f 100644 Binary files a/deliveries/cases/FR/1.docx and b/deliveries/cases/FR/1.docx differ diff --git a/deliveries/cases/FR/2.docx b/deliveries/cases/FR/2.docx index fc062f1..660f4c9 100644 Binary files a/deliveries/cases/FR/2.docx and b/deliveries/cases/FR/2.docx differ diff --git a/deliveries/cases/FR/3.docx b/deliveries/cases/FR/3.docx index f175f01..93b8538 100755 Binary files a/deliveries/cases/FR/3.docx and b/deliveries/cases/FR/3.docx differ diff --git a/deliveries/cases/NE/1.docx b/deliveries/cases/NE/1.docx index ffcf6ba..07d52d4 100644 Binary files a/deliveries/cases/NE/1.docx and b/deliveries/cases/NE/1.docx differ diff --git a/deliveries/cases/NE/3.docx b/deliveries/cases/NE/3.docx index a11e79d..5d1438d 100644 Binary files a/deliveries/cases/NE/3.docx and b/deliveries/cases/NE/3.docx differ diff --git a/package.json b/package.json index d664f57..e241944 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.10.4", + "version": "2.11.0", "description": "Monarc front office application", "private": true, "repository": {