diff --git a/data/io.github.alainm23.planify.appdata.xml.in.in b/data/io.github.alainm23.planify.appdata.xml.in.in
index d061b59fb..0efe00a5b 100644
--- a/data/io.github.alainm23.planify.appdata.xml.in.in
+++ b/data/io.github.alainm23.planify.appdata.xml.in.in
@@ -61,6 +61,17 @@
https://www.patreon.com/alainm23
@appid@.desktop
+
+
+
+ - Fixed bug with the schedule button.
+ - Fixed bug that opened multiple times Quick Add.
+ - Spanish translation update thanks to @haggen88.
+ - French translation update thanks to @rene-coty.
+
+
+
+
diff --git a/meson.build b/meson.build
index 370717f25..6d72c95ef 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'io.github.alainm23.planify',
'vala', 'c',
- version: '4.11.0'
+ version: '4.11.2'
)
gnome = import('gnome')