diff --git a/data/com.rafaelmardojai.Blanket.metainfo.xml.in b/data/com.rafaelmardojai.Blanket.metainfo.xml.in
index cb0de64..f702f0b 100644
--- a/data/com.rafaelmardojai.Blanket.metainfo.xml.in
+++ b/data/com.rafaelmardojai.Blanket.metainfo.xml.in
@@ -21,12 +21,31 @@
blanket
+
+ https://raw.githubusercontent.com/rafaelmardojai/blanket/master/brand/screenshot-1.png
+
- https://raw.githubusercontent.com/rafaelmardojai/blanket/master/data/screenshot.png
+ https://raw.githubusercontent.com/rafaelmardojai/blanket/master/brand/screenshot-2.png
+
+
+
+ - Added play/pause action
+ - Added general volume controll
+ - Added MPRIS support
+ - Allow playback when window is closed
+ - Save window scroll position
+ - Added Dutch translation
+ - Added Basque translation
+ - Added Esperanto translation
+ - Added Catalan translation
+ - UI tweaks and improvements
+
+
+
diff --git a/meson.build b/meson.build
index e28dbce..b9cf972 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('blanket',
- version: '0.2.0',
+ version: '0.3.0',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],