diff --git a/CHANGELOG.md b/CHANGELOG.md
index 09120cf..63cd146 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [2.14.10] - 2024-09-06
+
### Fixed
+
- Fix ```rightname``` computation
- Fix local override management
-
## [2.14.9] - 2024-04-02
### Added
diff --git a/genericobject.xml b/genericobject.xml
index 49a967f..074d5d6 100644
--- a/genericobject.xml
+++ b/genericobject.xml
@@ -24,6 +24,11 @@
Walid Nouh
+
+ 2.14.10
+ ~10.0.0
+ https://github.com/pluginsGLPI/genericobject/releases/download/2.14.10/glpi-genericobject-2.14.10.tar.bz2
+
2.14.9
~10.0.0
diff --git a/setup.php b/setup.php
index 298cf26..ef00d84 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_GENERICOBJECT_VERSION', '2.14.9');
+define('PLUGIN_GENERICOBJECT_VERSION', '2.14.10');
// Minimal GLPI version, inclusive
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "10.0.0");