diff --git a/CHANGELOG.md b/CHANGELOG.md
index d6025b0e..9009e8d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
-## [UNRELEASED]
+## [1.10.0] - 2026-06-10
### Fixed
diff --git a/mreporting.xml b/mreporting.xml
index 14f545d5..77a3f06a 100644
--- a/mreporting.xml
+++ b/mreporting.xml
@@ -98,6 +98,11 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki
Infotel
+
+ 1.10.0
+ ~11.0.0
+ https://github.com/pluginsGLPI/mreporting/releases/download/1.10.0/glpi-mreporting-1.10.0.tar.bz2
+
1.9.6
~11.0.0
diff --git a/setup.php b/setup.php
index 67aa27e8..96a7240c 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_MREPORTING_VERSION', '1.9.6');
+define('PLUGIN_MREPORTING_VERSION', '1.10.0');
// Minimal GLPI version, inclusive
define('PLUGIN_MREPORTING_MIN_GLPI', '11.0.0');