diff --git a/ChangeLog b/ChangeLog
index 88d0e83..fdcd428 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Version 0.12.1:
+	* Add API: get_title.
+	* Update doc concerning CPU over consuming.
+	* Update API and gallery introducing wattesigma project.
+
 Version 0.12.0:
 	* Revert CEF version to 125 since 1st page may not be displayed.
 	* build script: cleaning code and allow downloading GDCEF releases on GitHub.
diff --git a/VERSION b/VERSION
index ac454c6..34a8361 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.12.0
+0.12.1
diff --git a/addons/gdcef/plugin.cfg b/addons/gdcef/plugin.cfg
index 36a4d6b..d61fb97 100644
--- a/addons/gdcef/plugin.cfg
+++ b/addons/gdcef/plugin.cfg
@@ -3,5 +3,5 @@
 name="GDCEF"
 description="Chromium Embedded Framework Webview for Godot >= 4.2"
 author="Quentin QUADRAT <lecrapouille@gmail.com>"
-version="0.12.0"
+version="0.12.1"
 script="plugin.gd"