From 666ab63abb8c7e1ede870305fa93df81db4253fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Tue, 10 Oct 2017 14:20:17 +0200 Subject: [PATCH] Release 2.0.2. --- CHANGELOG.md | 17 +++++++++++++++++ VERSION.json | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 603d1e0..cefb7bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ MONARC Changelog ================ +## 2.0.2 (2017-10-10) + +### New + +- MONARC is now available in Dutch. + +### Enhancement + +- updated German translations. +- updated the font used for the images in the generated reports. +- minor improvements in the configuration. + +### Fix + +- Lost operational risk when importing from MONARC Common DB (#32) +- PHP Notice: Use of undefined constant i (#33) + ## 2.0.1 (2017-08-28) diff --git a/VERSION.json b/VERSION.json index 93d2987..20ecf1c 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":0, "hotfix":1} +{"major":2, "minor":0, "hotfix":2} diff --git a/package.json b/package.json index 9d8a3d2..67a188f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.0.1", + "version": "2.0.2", "description": "MONARC Frontoffice App", "private": true, "repository": {