diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59e4bfc..5ccbc40 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.1.1] - 2025-11-13
### Fixed
diff --git a/databaseinventory.xml b/databaseinventory.xml
index f67344c..08b363e 100644
--- a/databaseinventory.xml
+++ b/databaseinventory.xml
@@ -21,6 +21,11 @@
Teclib'
+
+ 1.1.1
+ ~11.0.0
+ https://github.com/pluginsGLPI/databaseinventory/releases/download/1.1.1/glpi-databaseinventory-1.1.1.tar.bz2
+
1.1.0
~11.0.0
diff --git a/setup.php b/setup.php
index 98fc69e..41cd064 100644
--- a/setup.php
+++ b/setup.php
@@ -30,7 +30,7 @@
use function Safe\define;
-define('PLUGIN_DATABASEINVENTORY_VERSION', '1.1.0');
+define('PLUGIN_DATABASEINVENTORY_VERSION', '1.1.1');
// Minimal GLPI version, inclusive
define('PLUGIN_DATABASEINVENTORY_MIN_GLPI', '11.0.0');
// Maximum GLPI version, exclusive