diff --git a/NEWS b/NEWS index 64802596..ef2e6d02 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +47.4 +==== +* window-list: Fix regression in chrome tracking [Florian; !379] +* Misc. bug fixes and cleanups [Florian; !376] + +Contributors: + Florian Müllner + 47.3 ==== * places-menu: Fix opening drives with mount operations [Florian; !361] diff --git a/meson.build b/meson.build index 7a64c2d8..27c04818 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '47.3', + version: '47.4', meson_version: '>= 1.1.0', license: 'GPL-2.0-or-later', )