diff --git a/NEWS b/NEWS index bc28aab..8d7f883 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +0.21.3 + * Port PAM module from gnome-keyring [!128] + * secret-tool: Fix memory issues in lock command [!134] + 0.21.2 * Support GnuTLS as an alternative crypto backend [!122] * Fix LeakSanitizer issues [!126] diff --git a/meson.build b/meson.build index 5fdb038..d3ca2ce 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libsecret', 'c', - version: '0.21.2', + version: '0.21.3', license: 'GPL2+', meson_version: '>= 0.50', )