diff --git a/NEWS b/NEWS index b24c55b6..8066a9cc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +42.2 +==== +* native-window-placement: Adjust to gnome-shell 42 changes [Florian; !229] +* window-list: Fix visibility on non-primary monitors [Jason; !230] + +Contributors: + Jason Lynch, Florian Müllner + +Translators: + Cheng-Chia Tseng [zh_TW] + 42.1 ==== * Misc. bug fixes and cleanups [Florian; !223, !222, !225] diff --git a/meson.build b/meson.build index ce1d8bbf..91c3a6f9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '42.1', + version: '42.2', meson_version: '>= 0.53.0', license: 'GPL2+' )