diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 2b97a3c..49d9cf7 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -28,8 +28,8 @@ jobs: #mysql user: $MYSQL_USER # Required if "mysql root password" is empty, default is empty. The superuser for the specified database. Can use secrets, too #mysql password: $MYSQL_PASSWORD # Required if "mysql user" exists. The password for the "mysql user" - #- name: Start MySQL (SUDO) - #run: sudo service mysql start + - name: Start MySQL (SUDO) + run: sudo service mysql start - name: Setup PHP uses: shivammathur/setup-php@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4dcf2..de5bebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ MONARC Changelog ================ +## 2.9.12 (2020-03-20) + +### New + +- batch import of information risks from csv/xlsx file + ([#246](https://github.com/monarc-project/MonarcAppFO/issues/246)). + +### Enhancement + +- use a better encryption method for the export of objects and analysis + ([#260](https://github.com/monarc-project/MonarcAppFO/issues/260)). + +### Fix + +- Remove comment field of threat in export object of library + ([#245](https://github.com/monarc-project/MonarcAppFO/issues/245)). +- Edition and creation of operational risk linked a tag in use on risk analysis + ([#262](https://github.com/monarc-project/MonarcAppFO/issues/262)). + + ## 2.9.11 (2020-02-21) ### New diff --git a/VERSION.json b/VERSION.json index b9dcd60..5b6b394 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":9, "hotfix":11} +{"major":2, "minor":9, "hotfix":12} diff --git a/package.json b/package.json index f0f2667..3391da9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "MONARC", - "version": "2.9.11", + "version": "2.9.12", "description": "Monarc front office application", "private": true, "repository": {