diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d03fd9..886af59 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [unreleased]
+## [1.12.5] - 2025-09-19
+
### Fixed
- Fixed dynamic display of alert size.
diff --git a/plugin.xml b/plugin.xml
index a4404cc..48db6f4 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -58,6 +58,11 @@ Fonctionnalités
~11.0.0
https://github.com/pluginsGLPI/news/releases/download/1.13.0-beta2/glpi-news-1.13.0-beta2.tar.bz2
+
+ 1.12.5
+ ~10.0.0
+ https://github.com/pluginsGLPI/news/releases/download/1.12.5/glpi-news-1.12.5.tar.bz2
+
1.12.4
~10.0.0
diff --git a/setup.php b/setup.php
index dff119b..f7bf5bb 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_NEWS_VERSION', '1.12.4');
+define('PLUGIN_NEWS_VERSION', '1.12.5');
// Minimal GLPI version, inclusive
define('PLUGIN_NEWS_MIN_GLPI', '10.0.0');