diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1fade67..6c4b005 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]
+## [2.12.6] - 2026-09-11
### Fixed
diff --git a/inc/tag.class.php b/inc/tag.class.php
index e738898..7b00c41 100644
--- a/inc/tag.class.php
+++ b/inc/tag.class.php
@@ -229,6 +229,9 @@ public static function uninstall()
],
]);
+ $profileRight = new ProfileRight();
+ $profileRight->deleteByCriteria(['name' => self::$rightname]);
+
$migration = new Migration(PLUGIN_TAG_VERSION);
$migration->dropTable(getTableForItemType(__CLASS__));
diff --git a/plugin.xml b/plugin.xml
index 41f9d54..03eec9d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -33,6 +33,11 @@
TECLIB'
+
+ 2.12.6
+ ~10.0.11
+ https://github.com/pluginsGLPI/tag/releases/download/2.12.6/glpi-tag-2.12.6.tar.bz2
+
2.12.5
~10.0.11
diff --git a/setup.php b/setup.php
index 0c2c4d6..4496fc5 100644
--- a/setup.php
+++ b/setup.php
@@ -30,7 +30,7 @@
use Glpi\Plugin\Hooks;
-define('PLUGIN_TAG_VERSION', '2.12.5');
+define('PLUGIN_TAG_VERSION', '2.12.6');
// Minimal GLPI version, inclusive
define("PLUGIN_TAG_MIN_GLPI", "10.0.11");