diff --git a/data/dev.geopjr.Tuba.metainfo.xml.in b/data/dev.geopjr.Tuba.metainfo.xml.in
index fec6c0181..24a0982f9 100644
--- a/data/dev.geopjr.Tuba.metainfo.xml.in
+++ b/data/dev.geopjr.Tuba.metainfo.xml.in
@@ -62,6 +62,39 @@
touch
+
+
+
+ - Visual refinements to match the state of the art of GNOME apps
+ - Added filter handling and editing support
+ - Added post and user reporting
+ - Added Mutes and Blocks pages
+ - Added banners for unread Announcements and Follow Requests
+ - Added syntax highlighting in the Composer
+ - Added badge on 'Home' for new posts
+ - Added recent emojis in the Custom Emoji Chooser
+ - Added stripping tracking parameters from URLs on paste
+ - Added notification badges on Account Switcher entries
+ - Added the option to darken images on dark mode
+ - Redesigned the timeline status pages
+ - Added support for all special character counting cases
+ - Added 'New Post' to the main menu
+ - Added the ability to zoom using ctrl and the mouse wheel on the Media Viewer
+ - Added manpage
+ - Added Windows builds
+ - Added more tracking IDs to the stripping list
+ - Added posting visibility syncing with the instance
+ - Fixed Media Viewer not opening the correct attachment right away and instead scrolling to it
+ - Fixed bugs involving multiple attachments and animations in the Media Viewer
+ - Fixed navigation not working between nested pages and non-nested pages of the same name
+ - Fixed issues preventing Windows and macOS builds
+ - Fixed replacing files when saving attachments
+ - Fixed media sensitivity not being kept when editing posts
+ - Fixed other minor bugs and memory leaks
+ - Updated translations
+
+
+
diff --git a/meson.build b/meson.build
index b429b6d89..4b70ab3d9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'dev.geopjr.Tuba',
['c', 'vala'],
- version: '0.6.3',
+ version: '0.7.0',
meson_version: '>= 0.56.0',
default_options: [
'warning_level=2',