diff --git a/NEWS b/NEWS index cb3e1bc5..25bc6f55 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +40.6 +==== +* window-list: Update window tracking to avoid missing icons [Florian; #372] + +Contributors: + Florian Müllner + 40.5 ==== * native-window-placement: Fix distorted layout in app grid [Sebastian; !189] diff --git a/meson.build b/meson.build index 188e19e5..41a7e99d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '40.5', + version: '40.6', meson_version: '>= 0.44.0', license: 'GPL2+' )