diff --git a/CHANGELOG.md b/CHANGELOG.md
index 553e1b4f..83f9a123 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,8 @@ 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.8.11] - 2025-02-05
### Fixed
diff --git a/mreporting.xml b/mreporting.xml
index 3073f779..5d9b9b09 100644
--- a/mreporting.xml
+++ b/mreporting.xml
@@ -98,6 +98,11 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki
Infotel
+
+ 1.8.11
+ ~10.0.11
+ https://github.com/pluginsGLPI/mreporting/releases/download/1.8.11/glpi-mreporting-1.8.11.tar.bz2
+
1.8.10
~10.0.11
diff --git a/setup.php b/setup.php
index b18ed533..14203163 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_MREPORTING_VERSION', '1.8.10');
+define('PLUGIN_MREPORTING_VERSION', '1.8.11');
// Minimal GLPI version, inclusive
define('PLUGIN_MREPORTING_MIN_GLPI', '10.0.11');