From 2219507f483e5592ec980ec95d97a5d3563fa45b Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Mon, 24 Jun 2024 15:36:58 -0700 Subject: [PATCH] Update CHANGELOG for v2.2.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e74ff5f..1e55216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v2.2.0 + +**Changes:** + +- All exceptions in `webauthn.helpers.exceptions` now subclass the new `webauthn.helpers.exceptions.WebAuthnException` base exception ([#219](https://github.com/duo-labs/py_webauthn/issues/219), h/t @bschoenmaeckers) +- Support has been added for the new `"smart-card"` transport ([#221](https://github.com/duo-labs/py_webauthn/pull/221)) + ## v2.1.0 **Changes:**