diff --git a/CHANGELOG.md b/CHANGELOG.md
index ccdc4970..6910e07d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,12 @@ 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/).
-## [unrelease]
+## [1.21.14] - 2024-10-02
+
+### Fixed
+
+- Fix call to get_parent_class() for PHP 8.3 (#839)
+- Fix datatype for search (#836)
## [1.21.13] - 2024-09-12
diff --git a/plugin.xml b/plugin.xml
index e9ef116f..21aeb85b 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.14
+ ~10.0.0
+ https://github.com/pluginsGLPI/fields/releases/download/1.21.14/glpi-fields-1.21.14.tar.bz2
+
1.21.13
~10.0.0
diff --git a/setup.php b/setup.php
index 58f6605b..7f7310ea 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_FIELDS_VERSION', '1.21.13');
+define('PLUGIN_FIELDS_VERSION', '1.21.14');
// Minimal GLPI version, inclusive
define('PLUGIN_FIELDS_MIN_GLPI', '10.0.0');