diff --git a/NEWS b/NEWS index 79c07254..3886d934 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,15 @@ +41.1 +==== +* native-window-placement: Fix distorted layout in app grid [Sebastian; !189] +* window-list: Fix on-screen keyboard [Florian; !199] +* Misc. bug fixes [Neal; !195] + +Contributors: + Neal Gompa, Sebastian Keller, Florian Müllner + +Translators: + Goran Vidović [hr], Sveinn í Felli [is] + 41.0 ==== * Bump version diff --git a/meson.build b/meson.build index 8f2afda3..d68e2845 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '41.0', + version: '41.1', meson_version: '>= 0.53.0', license: 'GPL2+' )