diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70de7307..2d9cc5d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,11 +5,11 @@ 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.9.5] - 2026-05-12
### Fixed
-- Fix GLIP Stat injection
+- Fix GLPI Stat injection
- Fix missing icon
- Fix missing categories in `reportSunburstTicketByCategories` chart.
- Fix missing attachment from notification
diff --git a/mreporting.xml b/mreporting.xml
index 116741b3..bcc4a0f0 100644
--- a/mreporting.xml
+++ b/mreporting.xml
@@ -98,6 +98,11 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki
Infotel
+
+ 1.9.5
+ 11.0.0
+ https://github.com/pluginsGLPI/mreporting/releases/download/1.9.5/glpi-mreporting-1.9.5.tar.bz2
+
1.8.11
~10.0.11
diff --git a/setup.php b/setup.php
index 74286e1a..c9700847 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_MREPORTING_VERSION', '1.9.4');
+define('PLUGIN_MREPORTING_VERSION', '1.9.5');
// Minimal GLPI version, inclusive
define('PLUGIN_MREPORTING_MIN_GLPI', '11.0.0');