From 5f63693ff2e36137c9b4954146f5514bb506f7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 9 Dec 2019 14:02:49 +0100 Subject: [PATCH] Updated CHANGELOG and bumped version number for the 2.9.3 release. --- CHANGELOG.md | 25 +++++++++++++++++++++++++ VERSION.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a67ef97..f666b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ MONARC Changelog ================ +## 2.9.3 (2019-12-09) + +### Fix + +- Configuration menu should not be scrollable + ([#212](https://github.com/monarc-project/MonarcAppFO/issues/212)); +- The type hint of parameter "theme" in method "setTheme" is invalid + ([#211](https://github.com/monarc-project/MonarcAppFO/issues/211)); +- Training VM does not show version number + ([#210](https://github.com/monarc-project/MonarcAppFO/issues/210)); +- library object duplicated + ([#208](https://github.com/monarc-project/MonarcAppFO/issues/208)); +- Drag and drop recommendations + ([#206](https://github.com/monarc-project/MonarcAppFO/issues/206)); +- Edit an asset in the library + ([#205](https://github.com/monarc-project/MonarcAppFO/issues/205)). + + +## 2.9.2 (2019-11-25) + +### Fix + +- set composer.json to use dev-master instead of using fixed tag. + + ## 2.9.1 (2019-11-19) ### Enhancement diff --git a/VERSION.json b/VERSION.json index 8783494..3644bb7 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":9, "hotfix":1} +{"major":2, "minor":9, "hotfix":3}