diff --git a/VERSION b/VERSION
index ca00626086..8c2a118b1c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-61.1
\ No newline at end of file
+62.0
\ No newline at end of file
diff --git a/data/com.usebottles.bottles.metainfo.xml.in.in b/data/com.usebottles.bottles.metainfo.xml.in.in
index b7403224b3..aa49de495c 100644
--- a/data/com.usebottles.bottles.metainfo.xml.in.in
+++ b/data/com.usebottles.bottles.metainfo.xml.in.in
@@ -85,6 +85,22 @@
768
+
+
+
+ - Fix: Detect GPUs categorized as Display controller
+ - Allow adding valid system environment variable names
+ - Fix: Flatpak devel build bottles-cli functionality
+ - Fix: Daily donation nag screen
+ - Add support for the Dynamic Launcher portal
+ - Provide progress information on backup and restore
+ - FSR: Only set in Gamescope (remove Wine FSR)
+ - Code cleanups, including removal of redundant 'finally' blocks
+ - Updated translations from Hosted Weblate
+ - General bug fixes and improvements
+
+
+
diff --git a/meson.build b/meson.build
index d361a74928..eaf5d8fef0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'bottles',
- version: '61.1',
+ version: '62.0',
meson_version: '>= 1.5.0',
default_options: [
'warning_level=2',