diff --git a/data/io.elementary.calendar.appdata.xml.in b/data/io.elementary.calendar.appdata.xml.in
index 899309597..fce12e677 100644
--- a/data/io.elementary.calendar.appdata.xml.in
+++ b/data/io.elementary.calendar.appdata.xml.in
@@ -11,13 +11,19 @@
A slim, lightweight calendar app that syncs and manages multiple calendars in one place, like Google Calendar, Outlook and CalDAV.
-
+
Features:
- Ask for confirmation before deleting events
- Follow email and web links in the event description with Control + Click
+ Fixes:
+
+ - Disabled checkbox "Mark as default calendar" in calendar settings, if the calendar is read-only
+ - Removed no longer needed sandbox permission for accounts service
+ - Fixed potential memory leak
+
diff --git a/meson.build b/meson.build
index 2ef5a5a50..46bf62a76 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('io.elementary.calendar',
'c', 'vala',
- version: '6.0.3'
+ version: '6.1.0'
)
add_project_arguments('-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()), language: 'c')