diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b554804..7fdb30c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [UNRELAESE]
+## [1.21.16] - 2024-11-12
+
### Fixed
- Fix `container` to prevent calls from `API` returning full container data
diff --git a/plugin.xml b/plugin.xml
index 615674a0..47e7679e 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.16
+ ~10.0.0
+ https://github.com/pluginsGLPI/fields/releases/download/1.21.16/glpi-fields-1.21.16.tar.bz2
+
1.21.15
~10.0.0
diff --git a/setup.php b/setup.php
index 01a3044f..c786eba1 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_FIELDS_VERSION', '1.21.15');
+define('PLUGIN_FIELDS_VERSION', '1.21.16');
// Minimal GLPI version, inclusive
define('PLUGIN_FIELDS_MIN_GLPI', '10.0.0');