From 59ff114eec7b5995cadbc682a0c40199b354326d Mon Sep 17 00:00:00 2001
From: Romain B <8530352+Rom1-B@users.noreply.github.com>
Date: Mon, 6 May 2024 10:22:34 +0200
Subject: [PATCH] 2.9.5 (#188)
---
CHANGELOG.md | 2 +-
escalade.xml | 5 +++++
setup.php | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f75138e..e00eeb3 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.9.5] - 2024-05-06
### Fixed
diff --git a/escalade.xml b/escalade.xml
index 4776762..8e0144c 100644
--- a/escalade.xml
+++ b/escalade.xml
@@ -61,6 +61,11 @@ Elle ajoute les fonctionnalités suivantes :
Teclib'
+
+ 2.9.5
+ ~10.0.0
+ https://github.com/pluginsGLPI/escalade/releases/download/2.9.5/glpi-escalade-2.9.5.tar.bz2
+
2.9.4
~10.0.0
diff --git a/setup.php b/setup.php
index e73f3c5..4cdc510 100644
--- a/setup.php
+++ b/setup.php
@@ -30,7 +30,7 @@
use Glpi\Plugin\Hooks;
-define('PLUGIN_ESCALADE_VERSION', '2.9.4');
+define('PLUGIN_ESCALADE_VERSION', '2.9.5');
// Minimal GLPI version, inclusive
define("PLUGIN_ESCALADE_MIN_GLPI", "10.0.11");