diff --git a/NEWS b/NEWS index 01235cf9..f48d2263 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +47.2 +==== +* places-menu: Fix a11y labelling [Florian; #542] +* screenshot-window-sizer: Mention shortcut in description [Florian; !358] +* Misc. bug fixes and cleanups [Florian; !353, !354] + +Contributors: + Florian Müllner + +Translators: + Fabio Tomat [fur], Nathan Follens [nl], Марко Костић [sr] + 47.1 ==== * classic: Add missing top-bar indicators [Florian; !339] diff --git a/meson.build b/meson.build index 5acb36d5..873da7bd 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '47.1', + version: '47.2', meson_version: '>= 1.1.0', license: 'GPL-2.0-or-later', )