diff --git a/CHANGELOG.md b/CHANGELOG.md index aa7ad5f..75b752a 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/). -## [unrelease] - +## [2.5.2] - 2024-07-08 ### Fixed diff --git a/plugin.xml b/plugin.xml index 3fcbb4d..ec966f9 100644 --- a/plugin.xml +++ b/plugin.xml @@ -24,6 +24,11 @@ TECLIB' + + 2.5.2 + ~10.0.1 + https://github.com/pluginsGLPI/useditemsexport/releases/download/2.5.2/glpi-useditemsexport-2.5.2.tar.bz2 + 2.5.1 ~10.0.1 diff --git a/setup.php b/setup.php index 7469108..7362527 100644 --- a/setup.php +++ b/setup.php @@ -30,7 +30,7 @@ */ // Plugin version -define("PLUGIN_USEDITEMSEXPORT_VERSION", "2.5.1"); +define("PLUGIN_USEDITEMSEXPORT_VERSION", "2.5.2"); // Minimal GLPI version, inclusive define("PLUGIN_USEDITEMSEXPORT_MIN_GLPI", "10.0.1");