diff --git a/CHANGELOG.md b/CHANGELOG.md
index d476f32..8e72bab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [1.14.0] - 2026-04-30
+
### Added
- Added support for displaying alerts on the service catalog page.
diff --git a/plugin.xml b/plugin.xml
index 10b9c90..3956d4b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -53,6 +53,11 @@ Fonctionnalités
TECLIB'
+
+ 1.14.0
+ ~11.0.0
+ https://github.com/pluginsGLPI/news/releases/download/1.14.0/glpi-news-1.14.0.tar.bz2
+
1.13.0
~11.0.0
diff --git a/setup.php b/setup.php
index efe66da..bde7b69 100644
--- a/setup.php
+++ b/setup.php
@@ -30,7 +30,7 @@
use function Safe\define;
-define('PLUGIN_NEWS_VERSION', '1.13.0');
+define('PLUGIN_NEWS_VERSION', '1.14.0');
// Minimal GLPI version, inclusive
define('PLUGIN_NEWS_MIN_GLPI', '11.0.0');