Files
python-fido2/NEWS
Dain Nilsson 9f4b6be8a3 Bump version.
2018-04-10 12:54:14 +02:00

16 lines
531 B
Plaintext

* Version 0.2.2 (unreleased)
* Version 0.2.1 (released 2018-04-10)
** Add server example.
** Parse AttestationObjects that use string keys (Webauthn).
** Fix bug in handling packets with the wrong channel id.
* Version 0.2.0 (released 2018-04-05)
** Changed name of project to python-fido2 to better reflect its scope.
** Added attestation and assertion verification methods.
** A lot of name changes, moved classes, etc.
** New example for multi-device use.
* Version 0.1.0 (released 2018-03-16)
** First beta release.