diff --git a/CHANGELOG.md b/CHANGELOG.md index 7294eef..cf76d5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ MONARC Changelog ================ + +## 2.7.3 (2018-10-25) + +### Enhancement + +- added bulk creation of objects for the knowledge base; +- various improvements and harmonization of the backend code; + +### Fix + +- Sort order for operational risks in final deliverable annex D (#111); +- Upload of template deliverable fails in Dutch (#141); +- SOA is now included in snapshots. + + ## 2.7.2 (2018-10-08) ### Fix diff --git a/VERSION.json b/VERSION.json index 76cc8e1..2048e3c 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":7, "hotfix":2} +{"major":2, "minor":7, "hotfix":3} diff --git a/package.json b/package.json index f90c6b2..a4f3ebd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.7.2", + "version": "2.7.3", "description": "MONARC Frontoffice App", "private": true, "repository": {