summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-08-18 19:46:52 -0700
committerMatthew Miller <matthew@millerti.me>2022-08-18 19:46:52 -0700
commitc79c685d6a8f1a804cd459b85224fde6cdb802d5 (patch)
tree9f6aba3efe8d9b2caca5f691e52816b98d4bc897
parent42a310b386b90fcb969bd7dbd602daff3393d4cf (diff)
Update CHANGELOG to v6.1.0
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5545824..7fb0e91 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## v6.1.0
+
+**Packages:**
+
+- @simplewebauthn/server@6.1.0
+
+**Changes:**
+
+- **[server]** Improve support for requiring resident keys when targeting WebAuthn L1 ([#259](https://github.com/MasterKale/SimpleWebAuthn/pull/259))
+- **[server]** Encourage authenticators to produce Ed25519 credential keypairs when supported ([#261](https://github.com/MasterKale/SimpleWebAuthn/pull/261))
+
## v6.0.0 - The one with Ed25519 Support
This release also marks the return of the library's ability to pass FIDO Conformance! Adding Ed25519 signature verification (see below) finally allowed the library to pass all required tests, and nearly all optional tests.