diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..d0da3bb
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,18 @@
+# Change Log
+
+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/).
+
+
+## [2.14.9] - 2024-04-02
+
+### Added
+
+- PHP 8.3 compatibilty (```get_parent_class()```).
+
+### Fixed
+
+- Fix input alignment to match GLPI style.
+- Fix ```impact``` icon for generic object.
diff --git a/genericobject.xml b/genericobject.xml
index 53fb63f..49a967f 100644
--- a/genericobject.xml
+++ b/genericobject.xml
@@ -24,6 +24,11 @@
Walid Nouh
+
+ 2.14.9
+ ~10.0.0
+ https://github.com/pluginsGLPI/genericobject/releases/download/2.14.9/glpi-genericobject-2.14.9.tar.bz2
+
2.14.8
~10.0.0
diff --git a/setup.php b/setup.php
index 79bafae..298cf26 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_GENERICOBJECT_VERSION', '2.14.8');
+define('PLUGIN_GENERICOBJECT_VERSION', '2.14.9');
// Minimal GLPI version, inclusive
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "10.0.0");