From e672b3befa6856bfeb76802f7254d6ed8f4cc468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 27 Nov 2018 15:05:04 +0100 Subject: [PATCH] Updated CHANGELOG and version number. --- CHANGELOG.md | 12 ++++++++++++ VERSION.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4957fca..93a15db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ MONARC Changelog ================ +## 2.7.4 (2018-11-27) + +### Fix + +- Fixed risk target calculation [199db6c](https://github.com/monarc-project/zm-core/commit/199db6c1a59fe6cfead19bcc63d99c0b52f711aa); +- Fixed a typo in SoaCategorySuperClass [ea72881](https://github.com/monarc-project/zm-core/commit/ea72881d6a99acb0b658d7cb17d02a9338da5116); +- Fixed an issue when operational raw risks are hidden before an import [f382c91](https://github.com/monarc-project/zm-client/commit/f382c91fe624ea12d0c5b67c897879c359f09dd8); +- Fixed some minor issues in the views [cbbd94e](https://github.com/monarc-project/ng-anr/commit/cbbd94e7a019e7fa7dd8acf11334e9d4290166a7); +- Fixed several bugs in the reports generation (in the PHPWord library) caused + by special characters. + + ## 2.7.3 (2018-10-25) ### Enhancement diff --git a/VERSION.json b/VERSION.json index 2048e3c..cbf7f1f 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":7, "hotfix":3} +{"major":2, "minor":7, "hotfix":4} diff --git a/package.json b/package.json index a4f3ebd..9adbe81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.7.3", + "version": "2.7.4", "description": "MONARC Frontoffice App", "private": true, "repository": {