diff --git a/data/dev.geopjr.Tuba.metainfo.xml.in b/data/dev.geopjr.Tuba.metainfo.xml.in
index 2f0e65950..c3e45e8c2 100644
--- a/data/dev.geopjr.Tuba.metainfo.xml.in
+++ b/data/dev.geopjr.Tuba.metainfo.xml.in
@@ -54,6 +54,17 @@
touch
+
+
+
+ - Fixed websocket connections not retrying when getting reset by peer
+ - Fixed dialogs being unresponsive when other dialogs get presented at the same time
+ - Fixed adding users to lists on GoToSocial
+ - Fixed post content overflowing under certain circumstances
+ - Updated translations
+
+
+
diff --git a/meson.build b/meson.build
index 9a0a86f8d..3b1ad818e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'dev.geopjr.Tuba',
['c', 'vala'],
- version: '0.6.2',
+ version: '0.6.3',
meson_version: '>= 0.56.0',
default_options: [
'warning_level=2',