diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8292ca..e802ff3 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] - XXXX-XX-XX
+## [3.0.1 End-of-Life Updater] - 2025-11-13
- Fix Twig error on migration_status page
- Check method existence before calling uninstall on custom assets
diff --git a/genericobject.xml b/genericobject.xml
index e64b0a2..c582798 100644
--- a/genericobject.xml
+++ b/genericobject.xml
@@ -58,6 +58,11 @@ This version provides support for migration only. For features related to custom
Walid Nouh
+
+ 3.0.1
+ ~11.0.0
+ https://github.com/pluginsGLPI/genericobject/releases/download/3.0.1/glpi-genericobject-3.0.1.tar.bz2
+
3.0.0
~11.0.0
diff --git a/setup.php b/setup.php
index 4f76d27..d9cd592 100644
--- a/setup.php
+++ b/setup.php
@@ -28,7 +28,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_GENERICOBJECT_VERSION', '3.0.0');
+define('PLUGIN_GENERICOBJECT_VERSION', '3.0.1');
// Minimal GLPI version, inclusive
define("PLUGIN_GENERICOBJECT_MIN_GLPI", "11.0.0");