diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c7750e2c..12ffe10d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# [1.306.0](https://github.com/SocialGouv/mano/compare/v1.305.4...v1.306.0) (2024-02-23)
+
+
+### Bug Fixes
+
+* ajout d'un message de migration sur mobile ([#1871](https://github.com/SocialGouv/mano/issues/1871)) ([1ee0766](https://github.com/SocialGouv/mano/commit/1ee076675040eb9c9b0258d0ce23c0b59a634f8e))
+
+
+### Features
+
+* bandeau de fin de mano fabrique ([#1863](https://github.com/SocialGouv/mano/issues/1863)) ([5678872](https://github.com/SocialGouv/mano/commit/567887242ec9e21e69413e72010dfd2b2b9ed465))
+
 ## [1.305.4](https://github.com/SocialGouv/mano/compare/v1.305.3...v1.305.4) (2024-02-20)
 
 
diff --git a/api/package.json b/api/package.json
index a79196b0f..b0a062ba7 100644
--- a/api/package.json
+++ b/api/package.json
@@ -1,6 +1,6 @@
 {
   "name": "api_mano",
-  "version": "1.305.4",
+  "version": "1.306.0",
   "mobileAppVersion": "2.38.0",
   "description": "",
   "main": "index.js",
diff --git a/dashboard/package.json b/dashboard/package.json
index 22c6cdde6..d340bbb05 100644
--- a/dashboard/package.json
+++ b/dashboard/package.json
@@ -1,6 +1,6 @@
 {
   "name": "dashboard",
-  "version": "1.305.4",
+  "version": "1.306.0",
   "private": true,
   "dependencies": {
     "@babel/runtime": "^7.14.5",
diff --git a/website/package.json b/website/package.json
index 0e1df5a99..8aa00fd12 100644
--- a/website/package.json
+++ b/website/package.json
@@ -1,6 +1,6 @@
 {
   "name": "website",
-  "version": "1.305.4",
+  "version": "1.306.0",
   "mobileAppVersion": "2.38.0",
   "private": true,
   "engines": {