diff --git a/CHANGELOG.md b/CHANGELOG.md index a763d6a..0db8542 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.6.2] - 2026-05-12 ### diff --git a/itilcategorygroups.xml b/itilcategorygroups.xml index 99fe383..6b7db07 100644 --- a/itilcategorygroups.xml +++ b/itilcategorygroups.xml @@ -33,6 +33,11 @@ Potom, pro každou z kategorií požadavku je možné určit která skupina bude TECLIB + + 2.6.2 + ~11.0.0 + https://github.com/pluginsGLPI/itilcategorygroups/releases/download/2.6.2/glpi-itilcategorygroups-2.6.2.tar.bz2 + 2.6.1 ~11.0.0 diff --git a/setup.php b/setup.php index 3ef7329..b29433a 100644 --- a/setup.php +++ b/setup.php @@ -32,7 +32,7 @@ use function Safe\define; -define('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.6.1'); +define('PLUGIN_ITILCATEGORYGROUPS_VERSION', '2.6.2'); define('PLUGIN_ITILCATEGORYGROUPS_MIN_GLPI', '11.0.0'); define('PLUGIN_ITILCATEGORYGROUPS_MAX_GLPI', '11.0.99');