Skip to content

Commit 5a656bd

Browse files
committed
Update webauthn-server-attestation migration guide introduction to version 2.1.0
1 parent 3dd10a4 commit 5a656bd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

webauthn-server-attestation/doc/Migrating_from_v1.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= v1.x to v2.0 migration guide
1+
= v1.x to v2.1 migration guide
22

33
The `2.0` release of the `webauthn-server-attestation` module
44
makes lots of breaking changes compared to the `1.x` versions.
@@ -25,6 +25,11 @@ Here is a high-level outline of what needs to be updated:
2525
- Replace uses of the `Attestation` result type with
2626
link:https://developers.yubico.com/java-webauthn-server/JavaDoc/webauthn-server-attestation/2.1.0/com/yubico/fido/metadata/MetadataBLOBPayloadEntry.html[`MetadataBLOBPayloadEntry`].
2727
28+
This migration guide is written for version `2.1.0` of the
29+
`webauthn-server-attestation` module. Later `2.x` versions may introduce new
30+
features but should remain compatible without further changes; consult the
31+
release notes for a full list of new features.
32+
2833

2934
== Replace `StandardMetadataService`
3035

0 commit comments

Comments
 (0)