diff --git a/NEWS b/NEWS index 2ddc82f2..9c961a6d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +3.37.2 +====== +* window-list, auto-move: Modernize preference dialogs [Florian; !121] +* Adjust to gnome-shell changes [Florian; !122] + +Contributors: + Florian Müllner + +Translators: + Cheng-Chia Tseng [zh_TW], Yuri Chornoivan [uk], Daniel Mustieles [es], + Emin Tufan Çetin [tr], Danial Behzadi [fa], Daniel Șerbănescu [ro], + Matej Urbančič [sl] + 3.37.1 ====== * drive-menu: Emphasize eject buttons [Florian; #223] diff --git a/meson.build b/meson.build index 68416885..4db69fab 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '3.37.1', + version: '3.37.2', meson_version: '>= 0.44.0', license: 'GPL2+' )