diff --git a/CHANGELOG.md b/CHANGELOG.md
index f882189..0356309 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ 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/).
-## [UNRELEASED]
+## [1.0.2] - 2024-12-13
## Fixed
diff --git a/databaseinventory.xml b/databaseinventory.xml
index 7b454de..95e0f87 100644
--- a/databaseinventory.xml
+++ b/databaseinventory.xml
@@ -21,6 +21,11 @@
Teclib'
+
+ 1.0.2
+ ~10.0.0
+ https://github.com/pluginsGLPI/databaseinventory/releases/download/1.0.2/glpi-databaseinventory-1.0.2.tar.bz2
+
1.0.1
~10.0.0
diff --git a/setup.php b/setup.php
index 2a5bffe..ec3fced 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_DATABASEINVENTORY_VERSION', '1.0.1');
+define('PLUGIN_DATABASEINVENTORY_VERSION', '1.0.2');
// Minimal GLPI version, inclusive
define('PLUGIN_DATABASEINVENTORY_MIN_GLPI', '10.0.0');