diff --git a/NEWS b/NEWS index 34600c1b..3146e0cc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +48.2 +==== +* windowsNavigator: Fix handling keyboard shortcuts [Daniel; !395] +* build: Allow disabling the X11 session [Neal; !396, !400] + +Contributors: + Daniel Buch Hansen, Neal Gompa + 48.1 ==== diff --git a/meson.build b/meson.build index cb4c3a03..3f5eadef 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '48.1', + version: '48.2', meson_version: '>= 1.1.0', license: 'GPL-2.0-or-later', )