diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa1678..df5f996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ MONARC Changelog ================ +## 2.8.3 (2019-07-26) + +### Enhancement + +- Some improvements in MOSP import +- Some improvements in 3rd deliverable + + +### Fix + +- SOA is not imported [#166](https://github.com/monarc-project/MonarcAppFO/issues/166) +- Drag & drop in risk treatment plan fails after 1 change [#167](https://github.com/monarc-project/MonarcAppFO/issues/166) +- Underscore "_" is not considered as a special character in password reset [#169](https://github.com/monarc-project/MonarcAppFO/issues/169) +- Error when duplicating object [#171](https://github.com/monarc-project/MonarcAppFO/issues/171) +- Add objects in model/anr from common DB [#172](https://github.com/monarc-project/MonarcAppFO/issues/172) +- Composed objects in the library->position [#174](https://github.com/monarc-project/MonarcAppFO/issues/174) +- Import analysis -> conflict on uuid on objects [#175](https://github.com/monarc-project/MonarcAppFO/issues/175) +- FO > Knowledge base > OP risks [#177](https://github.com/monarc-project/MonarcAppFO/issues/177) + ## 2.8.2 (2019-05-28) diff --git a/VERSION.json b/VERSION.json index 219c9da..f71cb19 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":8, "hotfix":2} +{"major":2, "minor":8, "hotfix":3} diff --git a/deliveries/cases/DE/1.docx b/deliveries/cases/DE/1.docx index 5d6b958..ebf79ca 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 34e7b57..e409dc6 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 6345527..2588bfc 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 0bcad13..4858efb 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 600b3c3..ebc4110 100644 Binary files a/deliveries/cases/FR/1.docx and b/deliveries/cases/FR/1.docx differ diff --git a/deliveries/cases/FR/3.docx b/deliveries/cases/FR/3.docx index 88f6a0f..f175f01 100755 Binary files a/deliveries/cases/FR/3.docx and b/deliveries/cases/FR/3.docx differ diff --git a/deliveries/cases/FR/4.docx b/deliveries/cases/FR/4.docx index 5f0a571..97e8495 100644 Binary files a/deliveries/cases/FR/4.docx and b/deliveries/cases/FR/4.docx differ diff --git a/deliveries/cases/FR/5.docx b/deliveries/cases/FR/5.docx index 7d14c50..f033939 100644 Binary files a/deliveries/cases/FR/5.docx and b/deliveries/cases/FR/5.docx differ diff --git a/deliveries/cases/NE/1.docx b/deliveries/cases/NE/1.docx index 4eeb1cf..ffcf6ba 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 ead41b2..a11e79d 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 4999fc4..c784c23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.8.2", + "version": "2.8.3", "description": "MONARC Frontoffice App", "private": true, "repository": {