diff --git a/CHANGELOG.md b/CHANGELOG.md
index dfb859a..f81efc4 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.3.2] - 2026-01-12
+
+### Fixed
+
+- Updates translations
+
## [1.3.1] - 2025-12-22
### Fixed
diff --git a/gantt.xml b/gantt.xml
index 50c53f6..2cd7aaf 100644
--- a/gantt.xml
+++ b/gantt.xml
@@ -21,6 +21,11 @@
Teclib'
+
+ 1.3.2
+ ~11.0.0
+ https://github.com/pluginsGLPI/gantt/releases/download/1.3.2/glpi-gantt-1.3.2.tar.bz2
+
1.3.1
~11.0.0
diff --git a/setup.php b/setup.php
index cf8abb1..f9fef05 100644
--- a/setup.php
+++ b/setup.php
@@ -32,7 +32,7 @@
use function Safe\define;
-define('PLUGIN_GANTT_VERSION', '1.3.1');
+define('PLUGIN_GANTT_VERSION', '1.3.2');
// Minimal GLPI version, inclusive
define('PLUGIN_GANTT_MIN_GLPI_VERSION', '11.0.0');