diff --git a/data/com.github.bleakgrey.transporter.appdata.xml.in b/data/com.github.bleakgrey.transporter.appdata.xml.in
index fc6a1a4..488c577 100644
--- a/data/com.github.bleakgrey.transporter.appdata.xml.in
+++ b/data/com.github.bleakgrey.transporter.appdata.xml.in
@@ -37,6 +37,17 @@
+
+
+
+ - Added purple accent color
+ - Added ding after wormhole installation
+ - Changed headerbar style
+ - Fixed inconsistent window size
+ - Fixed a potential crash after wormhole installation
+
+
+
-
\ No newline at end of file
+
diff --git a/debian/changelog b/debian/changelog
index 35bf5ab..c037ae5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-transporter (1.2.2) xenial; urgency=low
+transporter (1.3.0) xenial; urgency=low
- * Fixed Contractor support for certain files
- * Improved searching for magic-wormhole binary
- * Improved performance and error handling
- * ID entries are now automatically focused
+ * Added purple accent color
+ * Added ding after wormhole installation
+ * Changed headerbar style
+ * Fixed inconsistent window size
+ * Fixed a potential crash after wormhole installation
- -- bleak_grey Tue, 27 Feb 2018 10:00:00 -0500
\ No newline at end of file
+ -- bleak_grey Tue, 27 Feb 2018 10:00:00 -0500
diff --git a/src/Transporter.vala b/src/Transporter.vala
index faaef85..9f13b51 100644
--- a/src/Transporter.vala
+++ b/src/Transporter.vala
@@ -18,7 +18,7 @@ public class Transporter : Granite.Application {
application_id = "com.github.bleakgrey.transporter";
flags = ApplicationFlags.HANDLES_OPEN;
program_name = "Transporter";
- build_version = "1.2.2";
+ build_version = "1.3.0";
}
public static int main (string[] args) {