diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8631871..36c3c82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,12 @@ 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.12.1] - 2024-10-24
+
+### Fixed
+
+- Fix error message in search : "Unknown column 'is_active'" (#207)
+
## [2.12.0] - 2024-10-16
### Added
diff --git a/plugin.xml b/plugin.xml
index bdbc1f0..0be59be 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -33,6 +33,11 @@
TECLIB'
+
+ 2.12.1
+ ~10.0.0
+ https://github.com/pluginsGLPI/tag/releases/download/2.12.1/glpi-tag-2.12.1.tar.bz2
+
2.12.0
~10.0.0
diff --git a/setup.php b/setup.php
index d6c391e..f003f04 100644
--- a/setup.php
+++ b/setup.php
@@ -30,7 +30,7 @@
use Glpi\Plugin\Hooks;
-define('PLUGIN_TAG_VERSION', '2.12.0');
+define('PLUGIN_TAG_VERSION', '2.12.1');
// Minimal GLPI version, inclusive
define("PLUGIN_TAG_MIN_GLPI", "10.0.0");