From 574ec6b99611077403d2110bf2b6c4f96ef85383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 25 Oct 2018 14:27:21 +0200 Subject: [PATCH] Bumped version number. --- CHANGELOG.md | 15 +++++++++++++++ VERSION.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) 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": {