diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aeb097..ab74af2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ MONARC Changelog ================ +## 2.10.1 (2020-11-18) Includes 2 bug-fixes and a new feature of analysis statistics. + +### Fix + +- Detaching of recommendations doesn't work + ([#314](https://github.com/monarc-project/MonarcAppFO/issues/314)). +- Record of processing activities creation from an existing. + ([#315](https://github.com/monarc-project/MonarcAppFO/issues/315)). + +### New +- Analysis statistics development (Epic) + ([#268](https://github.com/monarc-project/MonarcAppFO/issues/268)). + + ## 2.9.16 (2020-08-14) ### Fix diff --git a/VERSION.json b/VERSION.json index 56e1701..923c695 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":9, "hotfix":16} +{"major":2, "minor":10, "hotfix":1} diff --git a/package.json b/package.json index d1ea062..684bc1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.9.16", + "version": "2.10.1", "description": "Monarc front office application", "private": true, "repository": {