From f28cf9c6d0a4574cd850a7d18b7b6f08e79b8571 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Wed, 17 Apr 2019 23:20:36 -0400 Subject: [PATCH] new release --- CHANGELOG.md | 5 +++++ STABLE_VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b8265..6c464b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,3 +33,8 @@ WARNING: This update may break previous registrations! This is because we fixed - Adds hmac-secret extension support. This extension is used for generating 32 or 64 byte symmetric keys using parameters from the platform and secrets on the authenticator. It's used by Windows Hello - - for offline authentication. - Fix bug in FIDO auth, where setting the pin requires all previous registrations to use pin. Only UV bit needs to be cleared. - Slightly change serial emulation USB descriptor to make it less abused by Linux Modem Manager. + +## [2.2.0] - 2019-04-17 + +- Fixes the ordering of keys encoded in CBOR maps to be canonical ordering. They previously were not ordered in any particular way and caused issues for Chrome. #170 +- Fixes CTAP2 implementation to accept credential IDs created by the CTAP1 implementation. So registering with U2F and later authenticating with FIDO2 should work. diff --git a/STABLE_VERSION b/STABLE_VERSION index 7ec1d6d..ccbccc3 100644 --- a/STABLE_VERSION +++ b/STABLE_VERSION @@ -1 +1 @@ -2.1.0 +2.2.0