From 77c9ec74359d7a53ee0656f7529a968624229323 Mon Sep 17 00:00:00 2001
From: Stanislas Kita <7335054+stonebuzz@users.noreply.github.com>
Date: Tue, 1 Sep 2026 14:41:21 +0200
Subject: [PATCH] 1.10.2
---
CHANGELOG.md | 2 +-
mreporting.xml | 5 +++++
setup.php | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89f98538..c39b56d6 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]
+## [1.10.2] - 2026-09-01
### Fixed
diff --git a/mreporting.xml b/mreporting.xml
index dd9a3cdb..b82431cb 100644
--- a/mreporting.xml
+++ b/mreporting.xml
@@ -98,6 +98,11 @@ Voir documentation : https://github.com/PluginsGLPI/mreporting/wiki
Infotel
+
+ 1.10.2
+ ~11.0.0
+ https://github.com/pluginsGLPI/mreporting/releases/download/1.10.2/glpi-mreporting-1.10.2.tar.bz2
+
1.10.1
~11.0.0
diff --git a/setup.php b/setup.php
index 7e5563a5..117e825c 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_MREPORTING_VERSION', '1.10.1');
+define('PLUGIN_MREPORTING_VERSION', '1.10.2');
// Minimal GLPI version, inclusive
define('PLUGIN_MREPORTING_MIN_GLPI', '11.0.0');