diff --git a/data/com.github.manexim.messages.appdata.xml.in b/data/com.github.manexim.messages.appdata.xml.in
index f0dbecb..b6359c5 100644
--- a/data/com.github.manexim.messages.appdata.xml.in
+++ b/data/com.github.manexim.messages.appdata.xml.in
@@ -16,6 +16,28 @@
com.github.manexim.messages
+
+
+ New:
+
+ - Add native notification support
+ - Show number of all unread notifications in the badge icon of the app
+ - Open corresponding tab when clicking a notification
+
+ Improved:
+
+ - Show an error page if network is not available
+
+ Fixed:
+
+ Translations:
+
+ - French (by NathanBnm)
+ - German (by meisenzahl)
+
+
+
Initial release
diff --git a/data/screenshots/000.png b/data/screenshots/000.png
index 02f790d..a0d9741 100644
Binary files a/data/screenshots/000.png and b/data/screenshots/000.png differ
diff --git a/debian/changelog b/debian/changelog
index 8d71043..17d72c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+com.github.manexim.messages (0.2.0) bionic; urgency=medium
+
+[NEW]
+ * Add native notification support
+ * Show number of all unread notifications in the badge icon of the app
+ * Open corresponding tab when clicking a notification
+[IMPROVED]
+[FIXED]
+[TRANSLATIONS]
+ * French (by NathanBnm)
+ * German (by meisenzahl)
+
+ -- Marius Meisenzahl Fri, 14 Feb 2020 17:49:36 +0100
+
com.github.manexim.messages (0.1.0) bionic; urgency=medium
* Initial release
diff --git a/src/Config/Constants.vala b/src/Config/Constants.vala
index 7e94bbb..2b345c0 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.messages";
public const string APP_AUTHOR = "Manexim";
public const string APP_NAME = _("Messages");
- public const string APP_VERSION = "0.1.0";
+ public const string APP_VERSION = "0.2.0";
}