diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ca6341115..7b72ab2723 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.12.5] - 2026-01-08
### Fixed
diff --git a/plugin.xml b/plugin.xml
index d71d788545..eb1076a810 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -29,6 +29,11 @@
Benjamin Fontan
+
+ 2.12.5
+ ~11.0.0
+ https://github.com/pluginsGLPI/order/releases/download/2.12.5/glpi-order-2.12.5.tar.bz2
+
2.12.4
~11.0.0
diff --git a/setup.php b/setup.php
index c3976fe2b3..e2b45b155b 100644
--- a/setup.php
+++ b/setup.php
@@ -30,7 +30,7 @@
use function Safe\define;
-define('PLUGIN_ORDER_VERSION', '2.12.4');
+define('PLUGIN_ORDER_VERSION', '2.12.5');
// Minimal GLPI version, inclusive
define("PLUGIN_ORDER_MIN_GLPI", "11.0.0");