diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..e82f7ea
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,12 @@
+# 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/).
+
+## [1.13.2] - 2024-02-20
+
+### Fixed
+
+- Restores values when ticket is reloaded during creation (e.g. category update)
diff --git a/plugin.xml b/plugin.xml
index f0bc047..5731948 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -24,6 +24,11 @@
TECLIB'
+
+ 1.13.2
+ ~10.0.0
+ https://github.com/pluginsGLPI/credit/releases/download/1.13.2/glpi-credit-1.13.2.tar.bz2
+
1.13.1
~10.0.0
diff --git a/setup.php b/setup.php
index 7c4129c..b189637 100644
--- a/setup.php
+++ b/setup.php
@@ -29,7 +29,7 @@
* -------------------------------------------------------------------------
*/
-define('PLUGIN_CREDIT_VERSION', '1.13.1');
+define('PLUGIN_CREDIT_VERSION', '1.13.2');
// Minimal GLPI version, inclusive
define("PLUGIN_CREDIT_MIN_GLPI", "10.0.0");