diff --git a/data/hu.kramo.Cartridges.metainfo.xml.in b/data/hu.kramo.Cartridges.metainfo.xml.in
index 12ce985..ecdba7c 100644
--- a/data/hu.kramo.Cartridges.metainfo.xml.in
+++ b/data/hu.kramo.Cartridges.metainfo.xml.in
@@ -44,10 +44,13 @@
-
+
- - Fixes an issue with translations
+ - New import source: RetroArch
+ - Added the option to automatically remove uninstalled games on import
+ - Added the ability to undo an import
+ - Various UX improvements
- Translations since 2.1
diff --git a/meson.build b/meson.build
index ac33e44..f36975f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('cartridges',
- version: '2.1.1',
+ version: '2.2',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)