File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ * Version 1.1.2 (released 2023-07-06)
2+ ** Fix ClientPin usage for Authenticators that do not support passing a PIN.
3+ ** Fix: Handle correct CTAP response codes in authenticatorSelection.
4+
15* Version 1.1.1 (released 2023-04-05)
26 ** Add community provided support for NetBSD.
37 ** Bugfix: Don't set length for largeBlob when offset is 0.
Original file line number Diff line number Diff line change 2626# POSSIBILITY OF SUCH DAMAGE.
2727
2828
29- __version__ = "1.1.2-dev.0 "
29+ __version__ = "1.1.2"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " fido2"
3- version = " 1.1.2-dev.0 "
3+ version = " 1.1.2"
44description = " FIDO2/WebAuthn library for implementing clients and servers."
55authors = [
" Dain Nilsson <[email protected] >" ]
66homepage = " https://github.com/Yubico/python-fido2"
You can’t perform that action at this time.
0 commit comments