From 8c02ffeece6addeba5fb54f1e6ebfb70a9cf691c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 14 May 2018 11:35:34 +0200 Subject: [PATCH] Bumped version number. --- CHANGELOG.md | 11 +++++++++++ VERSION.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2d75c..f48e29d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ MONARC Changelog ================ +## 2.4.0 (2018-05-14) + +### New + +- the dashboard of MONARC has been entirely revamped and is now using D3.js. + +### Fix + +- restart from an existing analysis (#87). + + ## 2.3.0 (2018-04-27) ### New diff --git a/VERSION.json b/VERSION.json index 44a7ac6..d9c24f9 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":3, "hotfix":0} +{"major":2, "minor":4, "hotfix":0} diff --git a/package.json b/package.json index c7b3f75..f9a10b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.3.0", + "version": "2.4.0", "description": "MONARC Frontoffice App", "private": true, "repository": {