diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68d42e1..269579a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,12 +5,14 @@ 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]
+## [4.1.2] - 2026-01-08
### Fixed
- Avoids a CSRF check error if print is clicked multiple times
- Fixes some SQL errors during export
+- Clean HTML tables to fit PDF page width to avoid overflow
+- Fix translation for "Observer"
## [4.1.1] - 2025-10-30
diff --git a/pdf.xml b/pdf.xml
index 9a02b44..b7808d3 100644
--- a/pdf.xml
+++ b/pdf.xml
@@ -38,6 +38,11 @@
Nelly MAHU-LASSON
+
+ 4.1.2
+ ~11.0.0
+ https://github.com/pluginsGLPI/pdf/releases/download/4.1.2/glpi-pdf-4.1.2.tar.bz2
+
4.1.1
~11.0.0
diff --git a/setup.php b/setup.php
index 0f1b775..f3da516 100644
--- a/setup.php
+++ b/setup.php
@@ -35,7 +35,7 @@
-define('PLUGIN_PDF_VERSION', '4.1.1');
+define('PLUGIN_PDF_VERSION', '4.1.2');
define('PLUGIN_PDF_MIN_GLPI', '11.0.0');
define('PLUGIN_PDF_MAX_GLPI', '11.0.99');