diff options
author | Matthew Miller <matthew@millerti.me> | 2022-08-15 20:32:32 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-08-15 20:32:32 -0700 |
commit | 1f28fcd6ecf91cd456c41244f384b4c58e0937fc (patch) | |
tree | 20fed2c76c436ef107e982d331664db41b689a3d | |
parent | 3b14ba5ad5e5f1eeeee287e614e8638ad40ea5bb (diff) |
Update CHANGELOG to v5.4.4
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a030fb0..a9ad17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v5.4.4 + +**Packages:** + +- @simplewebauthn/server@5.4.4 + +**Changes:** + +- **[server]** Enhance compliance with current FIDO conformance requirements ([#249](https://github.com/MasterKale/SimpleWebAuthn/pull/249), [#251](https://github.com/MasterKale/SimpleWebAuthn/pull/251)) +- **[server]** Minor performance improvements ([#150](https://github.com/MasterKale/SimpleWebAuthn/pull/250)) + ## v5.4.3 **Packages:** |