diff --git a/pri/vars.pri b/pri/vars.pri
index bf230fef3..cc696ad94 100644
--- a/pri/vars.pri
+++ b/pri/vars.pri
@@ -4,7 +4,7 @@ APP_REVERSE_NAME = "com.github.rssguard"
APP_LOW_H_NAME = ".rssguard"
APP_AUTHOR = "Martin Rotter"
APP_COPYRIGHT = "(C) 2011-2022 $$APP_AUTHOR"
-APP_VERSION = "4.1.1"
+APP_VERSION = "4.1.2"
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
APP_EMAIL = "rotter.martinos@gmail.com"
APP_URL = "https://github.com/martinrotter/rssguard"
diff --git a/resources/desktop/com.github.rssguard.appdata.xml b/resources/desktop/com.github.rssguard.appdata.xml
index 9eae16302..aca063294 100644
--- a/resources/desktop/com.github.rssguard.appdata.xml
+++ b/resources/desktop/com.github.rssguard.appdata.xml
@@ -26,7 +26,7 @@
https://github.com/sponsors/martinrotter
-
+
none
diff --git a/resources/text/CHANGELOG b/resources/text/CHANGELOG
index 983c2dd5a..6a7806350 100644
--- a/resources/text/CHANGELOG
+++ b/resources/text/CHANGELOG
@@ -1,3 +1,11 @@
+4.1.2
+-----
+
+Fixed:
+* Make webengine cookies synchronization one-way because it was crashing in some instances. This is likely temporary fix.
+* Fixed RSS Guard crashing when using MariaDB backend. Problem was in buggy runtime generation of DDL SQL scripts. (#573)
+* Expanding/collapsing of categories is now EVEN MORE properly persistent and behaves more correctly when filtering feed list in some way. (#546)
+
4.1.0
-----