diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15d9fdf..830eed0 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.2] - 2025-12-22
- Fix item match process
diff --git a/centreon.xml b/centreon.xml
index ca019d4..722f9d7 100644
--- a/centreon.xml
+++ b/centreon.xml
@@ -26,6 +26,11 @@
Teclib'
+
+ 1.1.2
+ ~11.0.0
+ https://github.com/pluginsGLPI/centreon/releases/download/1.1.2/glpi-centreon-1.1.2.tar.bz2
+
1.1.1
~11.0.0
diff --git a/setup.php b/setup.php
index f7c8d92..4de3d4a 100644
--- a/setup.php
+++ b/setup.php
@@ -32,7 +32,7 @@
use function Safe\define;
-define('PLUGIN_CENTREON_VERSION', '1.1.1');
+define('PLUGIN_CENTREON_VERSION', '1.1.2');
// Minimal GLPI version, inclusive
define('PLUGIN_CENTREON_MIN_GLPI_VERSION', '11.0.0');