diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1de311b..f6c0286 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.15.5] - 2026-06-24
+
+### Fixed
+
+- Improve credit voucher workflow consistency
+
## [1.15.4] - 2026-06-10
### Fixed
diff --git a/plugin.xml b/plugin.xml
index 2401693..33295da 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -24,6 +24,16 @@
TECLIB'
+
+ 1.15.5
+ ~11.0.0
+ https://github.com/pluginsGLPI/credit/releases/download/1.15.5/glpi-credit-1.15.5.tar.bz2
+
+
+ 1.14.2
+ ~10.0.0
+ https://github.com/pluginsGLPI/credit/releases/download/1.14.2/glpi-credit-1.14.2.tar.bz2
+
1.15.4
~11.0.0
diff --git a/setup.php b/setup.php
index 3794686..324b7c0 100644
--- a/setup.php
+++ b/setup.php
@@ -31,7 +31,7 @@
use function Safe\define;
-define('PLUGIN_CREDIT_VERSION', '1.15.4');
+define('PLUGIN_CREDIT_VERSION', '1.15.5');
// Minimal GLPI version, inclusive
define("PLUGIN_CREDIT_MIN_GLPI", "11.0.0");