diff --git a/NEWS b/NEWS index 58b51e6..bc28aab 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +0.21.2 + * Support GnuTLS as an alternative crypto backend [!122] + * Fix LeakSanitizer issues [!126] + * secret-tool: Verify that the parsed stdin password is vaild UTF-8 [!130] + * Fix markup syntax for SecretSchema [!131] + * Public secret_attributes_validate method [!129] + * Updated translations + 0.21.1 * Fix updating credentials by another process in the same Flatpak sandbox [#62, !99] * Migrate to g_memdup2 [!121] diff --git a/meson.build b/meson.build index 65fee25..8778532 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libsecret', 'c', - version: '0.21.1', + version: '0.21.2', license: 'GPL2+', meson_version: '>= 0.50', )