From 636f5909b696ae2ff3141f1c764d830bae203647 Mon Sep 17 00:00:00 2001
From: Romain B <8530352+Rom1-B@users.noreply.github.com>
Date: Tue, 25 Jun 2024 09:41:00 +0200
Subject: [PATCH] 1.14.0 (#138)
* 1.14.0
* Update CHANGELOG.md
Co-authored-by: Adrien Clairembault <42734840+AdrienClairembault@users.noreply.github.com>
---------
Co-authored-by: Adrien Clairembault <42734840+AdrienClairembault@users.noreply.github.com>
---
CHANGELOG.md | 6 ++++++
plugin.xml | 5 +++++
setup.php | 2 +-
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e82f7ea..9965250 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ 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/).
+## [1.14.0] - 2024-06-25
+
+### Added
+
+- Add low credit notification (#131)
+
## [1.13.2] - 2024-02-20
### Fixed
diff --git a/plugin.xml b/plugin.xml
index 5731948..9e78146 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -24,6 +24,11 @@
TECLIB'
+
+ 1.14.0
+ ~10.0.0
+ https://github.com/pluginsGLPI/credit/releases/download/1.14.0/glpi-credit-1.14.0.tar.bz2
+
1.13.2
~10.0.0
diff --git a/setup.php b/setup.php
index b189637..d806962 100644
--- a/setup.php
+++ b/setup.php
@@ -29,7 +29,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_CREDIT_VERSION', '1.13.2');
+define('PLUGIN_CREDIT_VERSION', '1.14.0');
// Minimal GLPI version, inclusive
define("PLUGIN_CREDIT_MIN_GLPI", "10.0.0");