diff --git a/CHANGELOG.md b/CHANGELOG.md
index de05216..73a1360 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.5.3] - 2026-06-24
+
+### Fixed
+
+- Improve rendering
+
## [1.5.2] - 2026-06-24
### Fixed
diff --git a/oauthimap.xml b/oauthimap.xml
index dc7a5a3..675fc89 100644
--- a/oauthimap.xml
+++ b/oauthimap.xml
@@ -27,6 +27,11 @@ It permits emails fetching from G Suite and Azure AD mailboxes.
TECLIB'
+
+ 1.5.3
+ ~11.0.0
+ https://github.com/pluginsGLPI/oauthimap/releases/download/1.5.3/glpi-oauthimap-1.5.3.tar.bz2
+
1.5.2
~11.0.0
diff --git a/setup.php b/setup.php
index eca1fec..5473f75 100644
--- a/setup.php
+++ b/setup.php
@@ -32,7 +32,7 @@
use function Safe\define;
-define('PLUGIN_OAUTHIMAP_VERSION', '1.5.2');
+define('PLUGIN_OAUTHIMAP_VERSION', '1.5.3');
// Minimal GLPI version, inclusive
define('PLUGIN_OAUTHIMAP_MIN_GLPI', '11.0.0');