diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36090fb..c6e1c30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [UNRELEASED]
+## [2.6.0] - 2026-05-26
+
### Added
- Handle multiple SCCM configuration
diff --git a/sccm.xml b/sccm.xml
index d3dbae6..646ccde 100644
--- a/sccm.xml
+++ b/sccm.xml
@@ -47,6 +47,11 @@ Prerequisite :
TECLIB'
+
+ 2.6.0
+ ~11.0.0
+ https://github.com/pluginsGLPI/sccm/releases/download/2.6.0/glpi-sccm-2.6.0.tar.bz2
+
2.5.1
~11.0.0
diff --git a/setup.php b/setup.php
index 01f1a5b..b517345 100644
--- a/setup.php
+++ b/setup.php
@@ -32,7 +32,7 @@
use Glpi\Plugin\Hooks;
/** @phpstan-ignore theCodingMachineSafe.function (safe to assume this isn't already defined) */
-define('PLUGIN_SCCM_VERSION', '2.5.1');
+define('PLUGIN_SCCM_VERSION', '2.6.0');
/** @phpstan-ignore theCodingMachineSafe.function (safe to assume this isn't already defined) */
define("PLUGIN_SCCM_MIN_GLPI", "11.0.00");
/** @phpstan-ignore theCodingMachineSafe.function (safe to assume this isn't already defined) */