diff --git a/NEWS b/NEWS
index 0f192df..2b89416 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Overview of changes in malcontent 0.6.0
+=======================================
+
+* Add icon for `malcontent-control` (thanks Jakub Steiner) (#9)
+
+* Redesign `malcontent-control` UI in response to design feedback (#11)
+
+* Add `AccountInfo` interface for metadata on parent accounts (!26)
+
+* Fix translation of the UI (!31)
+
+* Bugs fixed:
+ - #9 Add icon for malcontent-control
+ - #11 User controls UI tweaks
+ - !26 accounts-service: Add AccountInfo interface
+ - !27 user-selector: Fix some const-to-non-const cast warnings
+ - !29 po: Add some missing files to POTFILES.in
+ - !30 Add Ukrainian translation
+ - !31 build: Fix definition of PACKAGE_LOCALE_DIR
+ - !32 Add Brazilian Portuguese translation
+ - !33 po: Order LINGUAS alphabetically
+ - !34 More small UI tweaks
+
+* Translation updates:
+ - Portuguese (Brazil)
+ - Ukrainian
+
+
Overview of changes in malcontent 0.5.0
=======================================
diff --git a/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in b/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in
index a66b0eb..cf4e63b 100644
--- a/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in
+++ b/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in
@@ -44,6 +44,14 @@
malcontent
+
+
+
+ - Improve parental controls application UI and add icon
+ - Support for indicating which accounts are parent accounts
+
+
+
diff --git a/meson.build b/meson.build
index b4a6298..3575224 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('malcontent', 'c',
- version : '0.5.0',
+ version : '0.6.0',
meson_version : '>= 0.49.0',
license: 'LGPLv2.1+',
default_options : [