diff --git a/CHANGELOG.md b/CHANGELOG.md
index 925816d7d7..b67e9640f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.156.4](https://github.com/SocialGouv/domifa/compare/v2.156.3...v2.156.4) (2024-01-11)
+
+
+### Bug Fixes
+
+* **stats:** fix excel file ([2c8ef1c](https://github.com/SocialGouv/domifa/commit/2c8ef1c8f485e8a884c29802e6fc9355d7b3afe0))
+
 ## [2.156.3](https://github.com/SocialGouv/domifa/compare/v2.156.2...v2.156.3) (2024-01-10)
 
 
diff --git a/package.json b/package.json
index 1a9c6f20bc..c6e2204fc5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "domifa",
   "private": true,
-  "version": "2.156.3",
+  "version": "2.156.4",
   "scripts": {
     "build": "lerna run build --stream",
     "dev": "lerna run dev --parallel --stream",