diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d157249..45e8f1f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [unrelease] -
+## [2.9.9] - 2024-09-10
+
### Fixed
- Correction of the task message generated during escalation
diff --git a/escalade.xml b/escalade.xml
index 5813716d..79a0f19a 100644
--- a/escalade.xml
+++ b/escalade.xml
@@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes :
Teclib'
+
+ 2.9.9
+ ~10.0.11
+ https://github.com/pluginsGLPI/escalade/releases/download/2.9.9/glpi-escalade-2.9.9.tar.bz2
+
2.9.8
~10.0.11
diff --git a/setup.php b/setup.php
index d06c2ac8..b32a2735 100644
--- a/setup.php
+++ b/setup.php
@@ -30,7 +30,7 @@
use Glpi\Plugin\Hooks;
-define('PLUGIN_ESCALADE_VERSION', '2.9.8');
+define('PLUGIN_ESCALADE_VERSION', '2.9.9');
// Minimal GLPI version, inclusive
define("PLUGIN_ESCALADE_MIN_GLPI", "10.0.11");