diff --git a/CHANGELOG.md b/CHANGELOG.md index eae9f48..58e3e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ MONARC Changelog ================ +## 2.7.2 (2018-10-08) + +### Fix + +- MONARC is now compatible with PHP 7.2 (#129). Future MONARC virtual machines + will be based on Ubuntu Bionic LTS; +- Reports not generated in user's language or selected templates (#129); +- All your rights have been revoked. Please contact the manager for your organization (#110); +- various improvements and minor fixes in the back end. + + ## 2.7.1 (2018-09-07) ### Enhancement diff --git a/VERSION.json b/VERSION.json index 664a28f..76cc8e1 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":7, "hotfix":1} +{"major":2, "minor":7, "hotfix":2} diff --git a/package.json b/package.json index 734e981..f90c6b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.7.1", + "version": "2.7.2", "description": "MONARC Frontoffice App", "private": true, "repository": {