diff --git a/plugin.xml b/plugin.xml
index 708ed04..d9ef3b5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -48,6 +48,11 @@
~10.0.0
https://github.com/pluginsGLPI/tag/releases/download/2.9.0-rc1/glpi-tag-2.9.0-rc1.tar.bz2
+
+ 2.8.2
+ ~9.5.0
+ https://github.com/pluginsGLPI/tag/releases/download/2.8.2/glpi-tag-2.8.2.tar.bz2
+
2.8.1
~9.5.0
diff --git a/setup.php b/setup.php
index 35c461f..6b7ebbf 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define ('PLUGIN_TAG_VERSION', '2.8.1');
+define ('PLUGIN_TAG_VERSION', '2.8.2');
// Minimal GLPI version, inclusive
define("PLUGIN_TAG_MIN_GLPI", "9.5");