diff --git a/NEWS b/NEWS index 4126d09..14a54d9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.7 + * Match schema names for notes and network passwords + * Add flags argument to secret_collection_for_alias() + * Correct flags behavior for SecretCollection + * Build fixes + 0.6 * Rename secret_password_remove() to secret_password_clear() and similar names for related functions. diff --git a/configure.ac b/configure.ac index f49c0c6..6ab621d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.63) -AC_INIT([libsecret],[0.6], +AC_INIT([libsecret],[0.7], [http://bugzilla.gnome.org/enter_bug.cgi?product=libsecret], [libsecret])