We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad65653 commit 0f10447Copy full SHA for 0f10447
NEWS
@@ -1,3 +1,6 @@
1
+* Version 2.1.1 (released 2026-01-19)
2
+ ** Fix: Platform detection in fido2.hid module for BSD's.
3
+
4
* Version 2.1.0 (released 2026-01-14)
5
** CTAP 2.3 support:
6
*** Add new GetInfo fields: enc_cred_store_state.
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "fido2"
-version = "2.1.1-dev.0"
+version = "2.1.1"
description = "FIDO2/WebAuthn library for implementing clients and servers."
authors = [{ name = "Dain Nilsson", email = "<[email protected]>" }]
readme = "README.adoc"
0 commit comments