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");