diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..c82f816
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,12 @@
+# Change Log
+
+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/).
+
+## [1.0.1] - 2024-12-11
+
+### Fixed
+
+- Fix foreign key constraint in SQL query.
diff --git a/databaseinventory.xml b/databaseinventory.xml
index 29c916d..7b454de 100644
--- a/databaseinventory.xml
+++ b/databaseinventory.xml
@@ -21,6 +21,11 @@
Teclib'
+
+ 1.0.1
+ ~10.0.0
+ https://github.com/pluginsGLPI/databaseinventory/releases/download/1.0.1/glpi-databaseinventory-1.0.1.tar.bz2
+
1.0.0
~10.0.0
diff --git a/setup.php b/setup.php
index de00cc2..2a5bffe 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_DATABASEINVENTORY_VERSION', '1.0.0');
+define('PLUGIN_DATABASEINVENTORY_VERSION', '1.0.1');
// Minimal GLPI version, inclusive
define('PLUGIN_DATABASEINVENTORY_MIN_GLPI', '10.0.0');