diff --git a/data/com.github.manexim.home.appdata.xml b/data/com.github.manexim.home.appdata.xml
index ee10ee3..2dca9d8 100644
--- a/data/com.github.manexim.home.appdata.xml
+++ b/data/com.github.manexim.home.appdata.xml
@@ -20,6 +20,26 @@
com.github.manexim.home
+
+
+ New:
+
+ - Add welcome view for onboarding
+ - Show loading page if no smart home gadget is found
+ - Show manufacturer and model of device
+
+ Improved:
+
+ - Save and load window settings
+
+ Fixed:
+
+ - Remove mention of elementary OS in app description
+ - Suffix symbolic icon names with -symbolic
+ - Install all available icon sizes
+
+
+
Initial release
diff --git a/debian/changelog b/debian/changelog
index 4f43b8f..5cea17b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+com.github.manexim.home (0.2.0) bionic; urgency=medium
+
+[NEW]
+ * Add welcome view for onboarding
+ * Show loading page if no smart home gadget is found
+ * Show manufacturer and model of device
+[IMPROVED]
+ * Save and load window settings
+[FIXED]
+ * Remove mention of elementary OS in app description
+ * Suffix symbolic icon names with -symbolic
+ * Install all available icon sizes
+
+ -- Marius Meisenzahl Fri, 14 Jun 2019 09:28:04 +0200
+
com.github.manexim.home (0.1.0) bionic; urgency=medium
- * Initial Release.
+ * Initial Release.
+
+ -- Marius Meisenzahl Tue, 11 Jun 2019 21:06:00 +0200
diff --git a/src/config/Constants.vala b/src/config/Constants.vala
index 5018533..b832445 100644
--- a/src/config/Constants.vala
+++ b/src/config/Constants.vala
@@ -1,5 +1,5 @@
namespace Config {
public const string APP_ID = "com.github.manexim.home";
public const string APP_NAME = "Home";
- public const string APP_VERSION = "0.1.0";
+ public const string APP_VERSION = "0.2.0";
}