diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18efac88..ccdc4970 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,9 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [unrelease]
-## Added
+## [1.21.13] - 2024-09-12
-- add ```ComputerVirtualMachine```
+### CVE-2024-45600
+
+- Fix SQL injection
+
+### Added
+
+- Add ```ComputerVirtualMachine```
## [1.21.12] - 2024-09-06
diff --git a/plugin.xml b/plugin.xml
index 76be542d..e9ef116f 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.13
+ ~10.0.0
+ https://github.com/pluginsGLPI/fields/releases/download/1.21.13/glpi-fields-1.21.13.tar.bz2
+
1.21.12
~10.0.0
diff --git a/setup.php b/setup.php
index ba5d185a..1e7d017c 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_FIELDS_VERSION', '1.21.12');
+define('PLUGIN_FIELDS_VERSION', '1.21.13');
// Minimal GLPI version, inclusive
define("PLUGIN_FIELDS_MIN_GLPI", "10.0.0");