diff --git a/NEWS b/NEWS index 41c1f253..01235cf9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +47.1 +==== +* classic: Add missing top-bar indicators [Florian; !339] +* window-list: Fix window state styling [Florian; !342] +* window-list: Fix "ignore-workspace" setting getting reset [Florian; !341] +* Misc. bug fixes and cleanups [Florian; !337, !338, !345, !347, !349] + +Contributors: + Florian Müllner + 47.0 ==== diff --git a/meson.build b/meson.build index efd69755..8609d9dd 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later project('gnome-shell-extensions', - version: '47.0', + version: '47.1', meson_version: '>= 1.1.0', license: 'GPL2+' )