diff --git a/CHANGELOG.md b/CHANGELOG.md
index 26509a5a..de5e469b 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] -
+## [2.15.4] - 2026-03-16
### Fixed
diff --git a/datainjection.xml b/datainjection.xml
index be80a2c9..52b816a0 100644
--- a/datainjection.xml
+++ b/datainjection.xml
@@ -28,6 +28,11 @@
Xavier Caillaud
+
+ 2.15.4
+ ~11.0.5
+ https://github.com/pluginsGLPI/datainjection/releases/download/2.15.4/glpi-datainjection-2.15.4.tar.bz2
+
2.15.3
~11.0.0
diff --git a/setup.php b/setup.php
index a0f885ca..701342be 100644
--- a/setup.php
+++ b/setup.php
@@ -31,7 +31,7 @@
use function Safe\define;
use function Safe\mkdir;
-define('PLUGIN_DATAINJECTION_VERSION', '2.15.3');
+define('PLUGIN_DATAINJECTION_VERSION', '2.15.4');
// Minimal GLPI version, inclusive
define("PLUGIN_DATAINJECTION_MIN_GLPI", "11.0.5");