diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13043fa..1de311b 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.15.4] - 2026-06-10
### Fixed
diff --git a/plugin.xml b/plugin.xml
index cefba0a..2401693 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -16,7 +16,7 @@
- https://pluginsglpi.github.io/credit/
+ https://github.com/pluginsGLPI/credit/
https://github.com/pluginsGLPI/credit/releases
https://github.com/pluginsGLPI/credit/issues
https://help.glpi-project.org/doc-plugins/credit
@@ -24,6 +24,11 @@
TECLIB'
+
+ 1.15.4
+ ~11.0.0
+ https://github.com/pluginsGLPI/credit/releases/download/1.15.4/glpi-credit-1.15.4.tar.bz2
+
1.15.3
~11.0.0
diff --git a/setup.php b/setup.php
index 83453a5..3794686 100644
--- a/setup.php
+++ b/setup.php
@@ -31,7 +31,7 @@
use function Safe\define;
-define('PLUGIN_CREDIT_VERSION', '1.15.3');
+define('PLUGIN_CREDIT_VERSION', '1.15.4');
// Minimal GLPI version, inclusive
define("PLUGIN_CREDIT_MIN_GLPI", "11.0.0");