diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8fbb460e..fc3d9991 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [UNRELEASED]
+## [1.8.10] - 2025-12-05
+
### Fixed
- Fix SQL alias errors for reportVstackbarLifetime chart
diff --git a/mreporting.xml b/mreporting.xml
index 5dcf9219..3073f779 100644
--- a/mreporting.xml
+++ b/mreporting.xml
@@ -98,6 +98,11 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki
Infotel
+
+ 1.8.10
+ ~10.0.11
+ https://github.com/pluginsGLPI/mreporting/releases/download/1.8.10/glpi-mreporting-1.8.10.tar.bz2
+
1.8.9
~10.0.11
diff --git a/setup.php b/setup.php
index 0b8bb11a..b18ed533 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_MREPORTING_VERSION', '1.8.9');
+define('PLUGIN_MREPORTING_VERSION', '1.8.10');
// Minimal GLPI version, inclusive
define('PLUGIN_MREPORTING_MIN_GLPI', '10.0.11');