From 56acd35480b7fc355499e9458931dc31476ec08f Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 14 Aug 2023 22:24:46 -0700 Subject: [PATCH] Update CHANGELOG for v1.10.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0edd75d..000a05c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v1.10.1 + +**Changes:** + +- Fix parsing error caused by registration responses from certain models of authenticators that incorrectly CBOR-encode their `authData` after creating an Ed25519 public keys ([#167](https://github.com/duo-labs/py_webauthn/pull/167)) + ## v1.10.0 **Changes:**