diff --git a/NEWS b/NEWS index fa6a9eec..8c493511 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +45.1 +==== +* workspace-indicator: Fix initial preview visibility [Florian; !280] +* screenshot-window-sizer: Fix cycling between sizes backwards [Florian; !284] +* Misc. bug fixes and cleanups [Florian; !276, !275, !278, !281] + +Contributors: + Florian Müllner + +Translators: + Kristjan SCHMIDT [eo], Brage Fuglseth [nb] + 45.0 ==== diff --git a/meson.build b/meson.build index 495b97e9..f70c07d5 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later project('gnome-shell-extensions', - version: '45.0', + version: '45.1', meson_version: '>= 0.58.0', license: 'GPL2+' )