diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1806973f3..4e4a5e93f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
# Fallback for when git can not be found
set(DESKFLOW_VERSION_MAJOR 1)
set(DESKFLOW_VERSION_MINOR 21)
-set(DESKFLOW_VERSION_PATCH 0)
+set(DESKFLOW_VERSION_PATCH 1)
set(DESKFLOW_VERSION_TWEAK 0)
# Get the version from git if it's a git repository
diff --git a/deploy/linux/org.deskflow.deskflow.metainfo.xml b/deploy/linux/org.deskflow.deskflow.metainfo.xml
index 972806c6f..9069d743b 100644
--- a/deploy/linux/org.deskflow.deskflow.metainfo.xml
+++ b/deploy/linux/org.deskflow.deskflow.metainfo.xml
@@ -42,6 +42,18 @@
+
+
+
This stable release fixes a few critical bugs in 1.21.0. For the full changelog see the release page.
+
+
Fix: Flatpak can't save settings'
+
Fix: Crash on localfingerprint dialog
+
Fix: Check for updates settings reading from wrong value
+
Fix: Windows settings saving blocked for non admin users