diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b1db0a0ab..f4197b84cc 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.10.6] - 2024-03-08
### Changed
diff --git a/plugin.xml b/plugin.xml
index 1d5a6c5596..7c17d4b1c8 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -29,6 +29,11 @@
Benjamin Fontan
+
+ 2.10.6
+ ~10.0.0
+ https://github.com/pluginsGLPI/order/releases/download/2.10.6/glpi-order-2.10.6.tar.bz2
+
2.10.5
~10.0.0
diff --git a/setup.php b/setup.php
index 95a5263eb7..bb1a137a46 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_ORDER_VERSION', '2.10.5');
+define('PLUGIN_ORDER_VERSION', '2.10.6');
// Minimal GLPI version, inclusive
define("PLUGIN_ORDER_MIN_GLPI", "10.0.0");