diff --git a/NEWS b/NEWS index ef2e6d02..572def80 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +47.5 +==== +* Allow disabling the X11 session [Neal; !396, !400] + +Contributors: + Neal Gompa + 47.4 ==== * window-list: Fix regression in chrome tracking [Florian; !379] diff --git a/meson.build b/meson.build index f00dbcdb..6cb7e9a5 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '47.4', + version: '47.5', meson_version: '>= 1.1.0', license: 'GPL-2.0-or-later', )