diff --git a/CHANGELOG.md b/CHANGELOG.md index 802f8dfab..a13ced57b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.85.9](https://github.com/SocialGouv/mano/compare/v1.85.8...v1.85.9) (2022-04-08) + + +### Bug Fixes + +* **app:** display person name when create action for multiple users (use decrypted data) ([#582](https://github.com/SocialGouv/mano/issues/582)) ([529b5cd](https://github.com/SocialGouv/mano/commit/529b5cd08a426037ebe4adc96ede848612f031ee)) +* **security:** empty key on mobile ([#583](https://github.com/SocialGouv/mano/issues/583)) ([9f68b7a](https://github.com/SocialGouv/mano/commit/9f68b7ac106ee8b9545ff0ab7f1c134d13ffc8a7)) + ## [1.85.8](https://github.com/SocialGouv/mano/compare/v1.85.7...v1.85.8) (2022-04-05) diff --git a/api/package.json b/api/package.json index cf2aa6a18..f509a6089 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.85.8", + "version": "1.85.9", "mobileAppVersion": "2.17.0", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 7510c0829..d15667c3d 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.85.8", + "version": "1.85.9", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 1d18043dc..be8525cb0 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "boilerplate", - "version": "1.85.8", + "version": "1.85.9", "private": true, "engines": { "npm": "please-use-yarn",