From 059b49ef22be37a781e835263208c80cf0ec7f7c Mon Sep 17 00:00:00 2001
From: Romain B <8530352+Rom1-B@users.noreply.github.com>
Date: Tue, 9 Apr 2024 08:31:51 +0200
Subject: [PATCH] 1.12.2 (#144)
---
CHANGELOG.md | 2 +-
plugin.xml | 5 +++++
setup.php | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8d72bf..3a133cc 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.12.2] - 2024-04-08
### Fixed
diff --git a/plugin.xml b/plugin.xml
index f2f23fd..03f0bc7 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -53,6 +53,11 @@ Fonctionnalités
TECLIB'
+
+ 1.12.2
+ ~10.0.0
+ https://github.com/pluginsGLPI/news/releases/download/1.12.2/glpi-news-1.12.2.tar.bz2
+
1.12.1
~10.0.0
diff --git a/setup.php b/setup.php
index a27ddae..17dd620 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_NEWS_VERSION', '1.12.1');
+define('PLUGIN_NEWS_VERSION', '1.12.2');
// Minimal GLPI version, inclusive
define("PLUGIN_NEWS_MIN_GLPI", "10.0.0");