diff --git a/data/ch.gnugen.Moody.appdata.xml b/data/ch.gnugen.Moody.appdata.xml
index 30f26ef1ba7288b03bf2e5168003a829f446f842..355dc5f8dd9d476aff702d715781e687183e9b2a 100644
--- a/data/ch.gnugen.Moody.appdata.xml
+++ b/data/ch.gnugen.Moody.appdata.xml
@@ -36,6 +36,24 @@
   </provides>
 
   <releases>
+    <release version="0.2" date="2019-11-16">
+      <description>
+        <p>The version contains a large amount of bugfixes:
+	</p>
+	<ul>
+          <li>Makes the desktop file work</li>
+          <li>Contains code cleanups and builds on Alpine</li>
+          <li>Knows how to handle direct links to moodle files</li>
+          <li>Doesn't try to save everything in the directory it was built in, but always use the cache directory</li>
+          <li>Uses Modest as a dependancy if we can't find MyHTML</li>
+          <li>Doesn't display the course url on a course</li>
+          <li>Fixes tab navigation</li>
+          <li>Added keybindings: ctrl-begin/end to switch to first or last course</li>
+          <li>Sanitizes filename before saving the file</li>
+          <li>Makes it impossible to request a file several time in a row by double clicking</li>
+	</p>
+      </description>
+    </release>
     <release version="0.1" date="2019-06-06">
       <description>
         <p>The first «works for all Moodle» version,
diff --git a/meson.build b/meson.build
index 28f668f42886ddcc81311956a33dc9bf06c30205..670fc662902a101d975284d16ca878d1f2bd33ae 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('moody', 'c',
-        version: '0.0.1',
+        version: '0.2',
         license: 'GPL-3+',
   meson_version: '>= 0.50.0',
 )