diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21b0eea..8facf95 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.3] - 2025-12-22
### Fixed
diff --git a/datainjection.xml b/datainjection.xml
index cb6041f..1863975 100644
--- a/datainjection.xml
+++ b/datainjection.xml
@@ -28,6 +28,11 @@
Xavier Caillaud
+
+ 2.15.3
+ ~11.0.0
+ https://github.com/pluginsGLPI/datainjection/releases/download/2.15.3/glpi-datainjection-2.15.3.tar.bz2
+
2.15.2
~11.0.0
diff --git a/setup.php b/setup.php
index 84e4dac..a773fdf 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.2');
+define('PLUGIN_DATAINJECTION_VERSION', '2.15.3');
// Minimal GLPI version, inclusive
define("PLUGIN_DATAINJECTION_MIN_GLPI", "11.0.0");