diff --git a/NEWS b/NEWS index 992b51f..58b51e6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.21.1 + * Fix updating credentials by another process in the same Flatpak sandbox [#62, !99] + * Migrate to g_memdup2 [!121] + * Print error logs in CI [!125] + * Updated translations + 0.21.0 * Unlock the keyring before getting secret attributes [!105] * file-backend: avoid deadlock when portal op is canceled [!118, !120] diff --git a/meson.build b/meson.build index c05149a..e83321d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libsecret', 'c', - version: '0.21.0', + version: '0.21.1', license: 'GPL2+', meson_version: '>= 0.50', )