Added the new release v2.10.2.
parent
beebe72db0
commit
b525577654
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,6 +1,22 @@
|
||||||
MONARC Changelog
|
MONARC Changelog
|
||||||
================
|
================
|
||||||
|
|
||||||
|
## 2.10.2 (2021-02-24) Includes 3 bug-fixes and a new feature.
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- Export an asset
|
||||||
|
([#325](https://github.com/monarc-project/MonarcAppFO/issues/325)).
|
||||||
|
- Snapshot restore
|
||||||
|
([#326](https://github.com/monarc-project/MonarcAppFO/issues/326)).
|
||||||
|
- Multiple login sessions per user
|
||||||
|
([#333](https://github.com/monarc-project/MonarcAppFO/issues/333)).
|
||||||
|
|
||||||
|
### New
|
||||||
|
- Enable or disable the statistics sharing per analyse
|
||||||
|
([#329](https://github.com/monarc-project/MonarcAppFO/issues/329)).
|
||||||
|
|
||||||
|
|
||||||
## 2.10.1 (2020-12-17) Includes 3 bug-fixes and a new feature of analysis global stats.
|
## 2.10.1 (2020-12-17) Includes 3 bug-fixes and a new feature of analysis global stats.
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"major":2, "minor":10, "hotfix":1}
|
{"major":2, "minor":10, "hotfix":2}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "MONARC",
|
"name": "MONARC",
|
||||||
"version": "2.10.1",
|
"version": "2.10.2",
|
||||||
"description": "Monarc front office application",
|
"description": "Monarc front office application",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue