diff --git a/CMakeLists.txt b/CMakeLists.txt
index a2fe092ab4..05512f96c7 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 1)
+set(DESKFLOW_VERSION_PATCH 2)
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 9069d743b9..59f46d98b8 100644
--- a/deploy/linux/org.deskflow.deskflow.metainfo.xml
+++ b/deploy/linux/org.deskflow.deskflow.metainfo.xml
@@ -42,6 +42,16 @@
+
+
+
This stable release fixes a few critical bugs in 1.21.1. For the full changelog see the release page.