From 79722e8c670a0a9582d64b370831848f6d060e39 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Tue, 19 Sep 2023 23:11:26 +0200 Subject: [PATCH] Release stable version 0.21.1 --- NEWS | 6 ++++++ meson.build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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', )