Skip to content

Commit

Permalink
Prepare 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jul 6, 2023
1 parent 8067e90 commit be2e890
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS
@@ -1,3 +1,7 @@
* Version 1.1.2 (released 2023-07-06)
** Fix ClientPin usage for Authenticators that do not support passing a PIN.
** Fix: Handle correct CTAP response codes in authenticatorSelection.

* Version 1.1.1 (released 2023-04-05)
** Add community provided support for NetBSD.
** Bugfix: Don't set length for largeBlob when offset is 0.
Expand Down
2 changes: 1 addition & 1 deletion fido2/__init__.py
Expand Up @@ -26,4 +26,4 @@
# POSSIBILITY OF SUCH DAMAGE.


__version__ = "1.1.2-dev.0"
__version__ = "1.1.2"
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fido2"
version = "1.1.2-dev.0"
version = "1.1.2"
description = "FIDO2/WebAuthn library for implementing clients and servers."
authors = ["Dain Nilsson <dain@yubico.com>"]
homepage = "https://github.com/Yubico/python-fido2"
Expand Down

0 comments on commit be2e890

Please sign in to comment.