diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc6b571..f13173c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,11 +5,11 @@ 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/).
-## [Unrealese] - XXXX-XX-XX
+## [2.10.0] - 2025-12-24
### Added
-- CustomAsset compatibility
+- Implement `CustomAsset` capacity for automatic inventory number generation.
## [2.9.0] - 2025-09-30
diff --git a/plugin.xml b/plugin.xml
index 1fd8af2..1fd1217 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -24,6 +24,11 @@
Walid Nouh
+
+ 2.10.0
+ ~11.0.0
+ https://github.com/pluginsGLPI/geninventorynumber/releases/download/2.10.0/glpi-geninventorynumber-2.10.0.tar.bz2
+
2.9.0
~11.0.0
diff --git a/setup.php b/setup.php
index a097932..a4fbe39 100644
--- a/setup.php
+++ b/setup.php
@@ -34,7 +34,7 @@
use function Safe\define;
-define('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.9.0');
+define('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.10.0');
// Minimal GLPI version, inclusive
define('PLUGIN_GENINVENTORYNUMBER_MIN_GLPI', '11.0.0');