diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad8a0dc6..11524b62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,10 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
-- Fix `add` operations when a linked object already exists before the plugin container fields are created.
-
-### Fixed
+## [1.23.1] - 2025-11-20
+- Fix `add` operations when a linked object already exists before the plugin container fields are created.
- Fix left side menu url (with `DIR_MARKETPLACE`)
- Fix default value format for multiple dropdown (GLPIObject)
- Fix bad SQL query for `GenericObject`
diff --git a/plugin.xml b/plugin.xml
index c9f3f700..65c1fd7f 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -98,6 +98,11 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b
Olivier Moron
+
+ 1.23.1
+ ~11.0.2
+ https://github.com/pluginsGLPI/fields/releases/download/1.23.1/glpi-fields-1.23.1.tar.bz2
+
1.23.0
~11.0.2
@@ -108,6 +113,11 @@ Il existe un [script de migration](https://github.com/pluginsGLPI/customfields/b
~11.0.0
https://github.com/pluginsGLPI/fields/releases/download/1.22.2/glpi-fields-1.22.2.tar.bz2
+
+ 1.21.25
+ ~10.0.11
+ https://github.com/pluginsGLPI/fields/releases/download/1.21.25/glpi-fields-1.21.25.tar.bz2
+
1.21.24
~10.0.11
diff --git a/setup.php b/setup.php
index 89b4f368..7d6395b1 100644
--- a/setup.php
+++ b/setup.php
@@ -31,7 +31,7 @@
/** @var array $CFG_GLPI */
global $CFG_GLPI;
-define('PLUGIN_FIELDS_VERSION', '1.23.0');
+define('PLUGIN_FIELDS_VERSION', '1.23.1');
// Minimal GLPI version, inclusive
define('PLUGIN_FIELDS_MIN_GLPI', '11.0.2');