diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7749b8a..c13937a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +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/).
+## [2.8.5] - 2024-06-11
+
+### Fixed
+
+- fix error during plugin update (#93)
+
## [2.8.4] - 2024-05-17
## Added
diff --git a/plugin.xml b/plugin.xml
index 003ddcf..316b29b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -24,6 +24,11 @@
Walid Nouh
+
+ 2.8.5
+ ~10.0.11
+ https://github.com/pluginsGLPI/geninventorynumber/releases/download/2.8.5/glpi-geninventorynumber-2.8.5.tar.bz2
+
2.8.4
~10.0.11
diff --git a/setup.php b/setup.php
index 18416f0..5c0d1c1 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.8.4');
+define('PLUGIN_GENINVENTORYNUMBER_VERSION', '2.8.5');
// Minimal GLPI version, inclusive
define("PLUGIN_GENINVENTORYNUMBER_MIN_GLPI", "10.0.11");