Added the new release v2.10.2.

pull/342/head
Ruslan Baidan 2021-02-24 14:46:28 +01:00
parent beebe72db0
commit b525577654
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
4 changed files with 256 additions and 231 deletions

View File

@ -1,6 +1,22 @@
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.
### Fix

View File

@ -1 +1 @@
{"major":2, "minor":10, "hotfix":1}
{"major":2, "minor":10, "hotfix":2}

467
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "MONARC",
"version": "2.10.1",
"version": "2.10.2",
"description": "Monarc front office application",
"private": true,
"repository": {