diff --git a/fido2-0.6.0.tar.gz b/fido2-0.6.0.tar.gz deleted file mode 100644 index c75f201..0000000 --- a/fido2-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7541edad31967d23f5006ffeccc54536ab9934dd981d65d29620d9dfb54566bf -size 163137 diff --git a/fido2-0.6.0.tar.gz.sig b/fido2-0.6.0.tar.gz.sig deleted file mode 100644 index 38ae882..0000000 Binary files a/fido2-0.6.0.tar.gz.sig and /dev/null differ diff --git a/fido2-0.7.0.tar.gz b/fido2-0.7.0.tar.gz new file mode 100644 index 0000000..95ee3ee --- /dev/null +++ b/fido2-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b02852780849bb4bb698b9727d61970ee77a83eb25715fe7c6235ebd648d87 +size 171787 diff --git a/fido2-0.7.0.tar.gz.sig b/fido2-0.7.0.tar.gz.sig new file mode 100644 index 0000000..ba58493 Binary files /dev/null and b/fido2-0.7.0.tar.gz.sig differ diff --git a/python-fido2.changes b/python-fido2.changes index a14ca7d..cc1c915 100644 --- a/python-fido2.changes +++ b/python-fido2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jun 17 15:26:45 UTC 2019 - Karol Babioch + +* Version 0.7.0 (released 2019-06-17) + * Add support for NFC devices using PCSC. + * Add support for the hmac-secret Authenticator extension. + * Honor max credential ID length and number of credentials to Authenticator. + * Add close() method to CTAP devices to explicitly release their resources. + ------------------------------------------------------------------- Fri May 10 19:45:22 UTC 2019 - Karol Babioch diff --git a/python-fido2.spec b/python-fido2.spec index b71cce1..1338cef 100644 --- a/python-fido2.spec +++ b/python-fido2.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fido2 -Version: 0.6.0 +Version: 0.7.0 Release: 0 Summary: Python-based FIDO 2.0 library License: BSD-2-Clause AND BSD-3-Clause AND Apache-2.0 AND MPL-2.0