diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d50a83..2171183 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [2.14.0] - 2024-10-10
+
### Added
- Display max upload size
diff --git a/datainjection.xml b/datainjection.xml
index 12ff1af..8a1c66c 100644
--- a/datainjection.xml
+++ b/datainjection.xml
@@ -28,6 +28,11 @@
Xavier Caillaud
+
+ 2.14.0
+ ~10.0.11
+ https://github.com/pluginsGLPI/datainjection/releases/download/2.13.5/glpi-datainjection-2.13.6.tar.bz2
+
2.13.5
~10.0.11
diff --git a/setup.php b/setup.php
index 18f01ae..a6e52bd 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_DATAINJECTION_VERSION', '2.13.5');
+define('PLUGIN_DATAINJECTION_VERSION', '2.14.0');
// Minimal GLPI version, inclusive
define("PLUGIN_DATAINJECTION_MIN_GLPI", "10.0.11");