diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6b34e7c22..859fa284d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.85.6](https://github.com/SocialGouv/mano/compare/v1.85.5...v1.85.6) (2022-04-04)
+
+
+### Bug Fixes
+
+* mail and copyright on website ([42d00a1](https://github.com/SocialGouv/mano/commit/42d00a1cd4ee9805af0c326e833efc413407c028))
+
 ## [1.85.5](https://github.com/SocialGouv/mano/compare/v1.85.4...v1.85.5) (2022-04-04)
 
 
diff --git a/api/package.json b/api/package.json
index c54f94c65..42e5d7b6b 100644
--- a/api/package.json
+++ b/api/package.json
@@ -1,6 +1,6 @@
 {
   "name": "api_mano",
-  "version": "1.85.5",
+  "version": "1.85.6",
   "mobileAppVersion": "2.17.0",
   "description": "",
   "main": "index.js",
diff --git a/dashboard/package.json b/dashboard/package.json
index 50335b89a..f1f0b2511 100644
--- a/dashboard/package.json
+++ b/dashboard/package.json
@@ -1,6 +1,6 @@
 {
   "name": "dashboard",
-  "version": "1.85.5",
+  "version": "1.85.6",
   "private": true,
   "dependencies": {
     "@babel/runtime": "^7.14.5",
diff --git a/website/package.json b/website/package.json
index 44ffafd76..772f4b92d 100644
--- a/website/package.json
+++ b/website/package.json
@@ -1,6 +1,6 @@
 {
   "name": "boilerplate",
-  "version": "1.85.5",
+  "version": "1.85.6",
   "private": true,
   "engines": {
     "npm": "please-use-yarn",