diff --git a/debian/changelog b/debian/changelog index 56d0a69192..3ad8c4c195 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +cinnamon (5.6.2) vera; urgency=medium + + * cs_themes: Place legacy themes at the bottom + * theme: Update cinnamon thumbnails + * cs_themes: Reorder sections + * cs_themes: Update cursor thumbnails + * cs_themes: Sort cursor themes alphabetically + + -- Clement Lefebvre Thu, 24 Nov 2022 22:02:06 +0000 + cinnamon (5.6.1) vera; urgency=medium * cs_info: Fix cosmetic issues with system icon diff --git a/meson.build b/meson.build index 0a984414c8..691c1fd3f8 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('Cinnamon', 'c', version : '5.6.1', meson_version : '>=0.47.0') +project('Cinnamon', 'c', version : '5.6.2', meson_version : '>=0.47.0') gnome = import('gnome') i18n = import('i18n')