diff --git a/data/com.github.manexim.home.appdata.xml.in b/data/com.github.manexim.home.appdata.xml.in
index 1a0d482..d60b07a 100644
--- a/data/com.github.manexim.home.appdata.xml.in
+++ b/data/com.github.manexim.home.appdata.xml.in
@@ -21,6 +21,30 @@
com.github.manexim.home
+
+
+ New:
+
+ - Use color picker to set color of smart bulbs
+
+ Improved:
+
+ - Show an error page if network is not available
+
+ Fixed:
+
+ Translations:
+
+ - Russian (by camellan)
+ - French (by NathanBnm)
+ - German (by meisenzahl)
+ - Japanese (by ryonakano)
+ - Portuguese (by aimproxy)
+ - Polish (by oskarkunik)
+
+
+
New:
diff --git a/debian/changelog b/debian/changelog
index 1009c0b..aafc198 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+com.github.manexim.home (0.5.0) bionic; urgency=medium
+
+[NEW]
+ * Use color picker to set color of smart bulbs
+[IMPROVED]
+ * Show an error page if network is not available
+[FIXED]
+[TRANSLATIONS]
+ * Russian (by camellan)
+ * French (by NathanBnm)
+ * German (by meisenzahl)
+ * Japanese (by ryonakano)
+ * Portuguese (by aimproxy)
+ * Polish (by oskarkunik)
+
+ -- Marius Meisenzahl Sun, 03 Nov 2019 14:24:03 +0100
+
com.github.manexim.home (0.4.2) bionic; urgency=medium
[NEW]
diff --git a/src/config/Constants.vala b/src/config/Constants.vala
index 1c17d67..1ebc517 100644
--- a/src/config/Constants.vala
+++ b/src/config/Constants.vala
@@ -23,5 +23,5 @@ namespace Config {
public const string APP_ID = "com.github.manexim.home";
public const string APP_AUTHOR = "Manexim";
public const string APP_NAME = "Home";
- public const string APP_VERSION = "0.4.2";
+ public const string APP_VERSION = "0.5.0";
}