diff --git a/CHANGELOG.md b/CHANGELOG.md
index f889f31..8a4b560 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]
+## [2.14.3] - 2025-12-22
### Fixed
diff --git a/plugin.xml b/plugin.xml
index d19a32a..b75afcb 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -33,6 +33,11 @@
TECLIB'
+
+ 2.14.3
+ ~11.0.1
+ https://github.com/pluginsGLPI/tag/releases/download/2.14.3/glpi-tag-2.14.3.tar.bz2
+
2.14.2
~11.0.1
diff --git a/setup.php b/setup.php
index 42d3425..bbf7ba2 100644
--- a/setup.php
+++ b/setup.php
@@ -38,7 +38,7 @@
use function Safe\define;
-define('PLUGIN_TAG_VERSION', '2.14.2');
+define('PLUGIN_TAG_VERSION', '2.14.3');
// Minimal GLPI version, inclusive
define("PLUGIN_TAG_MIN_GLPI", "11.0.1");