diff --git a/data/com.github.manexim.typewriter.appdata.xml.in b/data/com.github.manexim.typewriter.appdata.xml.in
index 5e2bea8..61f6ea6 100644
--- a/data/com.github.manexim.typewriter.appdata.xml.in
+++ b/data/com.github.manexim.typewriter.appdata.xml.in
@@ -16,6 +16,28 @@
com.github.manexim.typewriter
+
+
+ New:
+
+ Improved:
+
+ Fixed:
+
+ Translations:
+
+ - French (by NathanBnm)
+ - German (by meisenzahl)
+ - Italian (by mirkobrombin)
+ - Spanish (by onerbs)
+ - Dutch (by Vistausk)
+
+
+
New:
diff --git a/debian/changelog b/debian/changelog
index 34d6794..1688c6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+com.github.manexim.typewriter (0.4.1) bionic; urgency=medium
+
+[NEW]
+[IMPROVED]
+ * Update translations
+[FIXED]
+[TRANSLATIONS]
+ * French (by NathanBnm)
+ * German (by meisenzahl)
+ * Italian (by mirkobrombin)
+ * Spanish (by onerbs)
+ * Dutch (by Vistausk)
+
+ -- Marius Meisenzahl Fri, 04 Sep 2020 15:52:40 +0200
+
com.github.manexim.typewriter (0.4.0) bionic; urgency=medium
[NEW]
diff --git a/src/Config/Constants.vala b/src/Config/Constants.vala
index a92b70d..d5d917b 100644
--- a/src/Config/Constants.vala
+++ b/src/Config/Constants.vala
@@ -23,7 +23,7 @@ namespace Config {
public const string APP_ID = "com.github.manexim.typewriter";
public const string APP_AUTHOR = "Manexim";
public const string APP_NAME = "Typewriter";
- public const string APP_VERSION = "0.4.0";
+ public const string APP_VERSION = "0.4.1";
public const uint WORDS_PER_MINUTE = 265;
}