diff --git a/NEWS b/NEWS index 42177571..dff88117 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +46.5 +==== +* window-list: Fix regression in chrome tracking [Florian; !379] + +Contributors: + Florian Müllner + 46.4 ==== * Update template CI images to fix release pipeline [Florian; !377] diff --git a/meson.build b/meson.build index 46e6ec3b..3e1ebc10 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,7 @@ project( 'gnome-shell-extensions', - version: '46.4', + version: '46.5', meson_version: '>= 0.58.0', license: 'GPL-2.0-or-later', )