diff --git a/NEWS b/NEWS index 8d7f883..f40d4a8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +0.21.4 + * file-backend: Subscribe before calling dbus [!138] + * meson: Fix crypto option being silently ignored [!137] + * Updated translations + 0.21.3 * Port PAM module from gnome-keyring [!128] * secret-tool: Fix memory issues in lock command [!134] diff --git a/meson.build b/meson.build index baa1853..f683e24 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libsecret', 'c', - version: '0.21.3', + version: '0.21.4', license: 'GPL2+', meson_version: '>= 0.50', )