diff --git a/plugin.xml b/plugin.xml
index fcd2ea95..48f74b1a 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.0
+ ~10.0.0
+ https://github.com/pluginsGLPI/fields/releases/download/1.21.0/glpi-fields-1.21.0.tar.bz2
+
1.20.7
~10.0.0
diff --git a/setup.php b/setup.php
index 2e5021d0..207d16e5 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_FIELDS_VERSION', '1.20.7');
+define('PLUGIN_FIELDS_VERSION', '1.21.0');
// Minimal GLPI version, inclusive
define("PLUGIN_FIELDS_MIN_GLPI", "10.0.0");