Skip to content

Commit be2e890

Browse files
committed
Prepare 1.1.2.
1 parent 8067e90 commit be2e890

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

fido2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
# POSSIBILITY OF SUCH DAMAGE.
2727

2828

29-
__version__ = "1.1.2-dev.0"
29+
__version__ = "1.1.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fido2"
3-
version = "1.1.2-dev.0"
3+
version = "1.1.2"
44
description = "FIDO2/WebAuthn library for implementing clients and servers."
55
authors = ["Dain Nilsson <[email protected]>"]
66
homepage = "https://github.com/Yubico/python-fido2"

0 commit comments

Comments
 (0)