diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ad314f0..786b5050 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,14 @@ 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]
+## [1.21.9] - 2024-06-11
+
+### Fixed
+
+- Fix dropdown recursion (#775)
+- Fix list of allowed Search Option (#778)
+- Fix(core): load plugin from CLI context
+- Fix: multiple dropdown fields emptied when solution added (#795)
## [1.21.8] - 2024-02-22
diff --git a/plugin.xml b/plugin.xml
index 34fab5e0..cd6595c5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -98,6 +98,11 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b
Olivier Moron
+
+ 1.21.9
+ ~10.0.0
+ https://github.com/pluginsGLPI/fields/releases/download/1.21.9/glpi-fields-1.21.9.tar.bz2
+
1.21.8
~10.0.0
diff --git a/setup.php b/setup.php
index a26790ed..6f8049e3 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_FIELDS_VERSION', '1.21.8');
+define('PLUGIN_FIELDS_VERSION', '1.21.9');
// Minimal GLPI version, inclusive
define("PLUGIN_FIELDS_MIN_GLPI", "10.0.0");