diff --git a/data/io.elementary.appcenter.appdata.xml.in b/data/io.elementary.appcenter.appdata.xml.in
index bb9108979..2f0d4cbb5 100644
--- a/data/io.elementary.appcenter.appdata.xml.in
+++ b/data/io.elementary.appcenter.appdata.xml.in
@@ -15,6 +15,19 @@
+
+
+
+ - Meson build system fixes
+ - Improve window state restoration
+ - Prevent action buttons from jumping around
+ - Remove reset paid apps gsettings key
+ - Memory management refinements
+ - Add conditional compilation for disabling dynamic remote homepage content
+ - New translations
+
+
+
diff --git a/meson.build b/meson.build
index b8a75189a..1e5febacf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'io.elementary.appcenter',
'vala', 'c',
- version: '3.1.0')
+ version: '3.1.1')
gettext_name = meson.project_name()
gnome = import('gnome')