* Version 0.7.1 (released 2019-09-20)
 ** Support for FreeBSD.
 ** Enforce canonical CBOR on Authenticator responses by default.
 ** PCSC: Support extended APDUs.
 ** Server: Verify that UP flag is set.
 ** U2FFido2Server: Implement AppID exclusion extension.
 ** U2FFido2Server: Allow custom U2F facet verification.
 ** Bugfix: U2FFido2Server.authenticate_complete now returns the result.

* Version 0.7.0 (released 2019-06-17)
 ** Add support for NFC devices using PCSC.
 ** Add support for the hmac-secret Authenticator extension.
 ** Honor max credential ID length and number of credentials to Authenticator.
 ** Add close() method to CTAP devices to explicitly release their resources.

* Version 0.6.0 (released 2019-05-10)
 ** Don't fail if CTAP2 Info contains unknown fields.
 ** Replace cbor loads/dumps functions with encode/decode/decode_from.
 ** Server: Add support for AuthenticatorAttachment.
 ** Server: Add support for more key algorithms.
 ** Client: Expose CTAP2 Info object as Fido2Client.info.

* Version 0.5.0 (released 2018-12-21)
 ** Changes to server classes, some backwards breaking.
 ** Add ability to authenticate U2F credentials by using the appid extension.
 ** Make verification of attestation more explicit.
 ** Add support for Android SafetyNet attestation.
 ** Make it easier to work with U2F/CTAP1 data formats.

* Version 0.4.0 (released 2018-09-27)
 ** Add classes for implementing a server.
 ** Various small changes, some affecting backwards compatibility.

* Version 0.3.0 (released 2018-04-13)
 ** Add conversion between string/int keys for AttestationObject.
 ** Replace internal Exceptions with built-in types.
 ** Bugfix: Don't use TimeoutError which isn't available on Python 2.

* Version 0.2.2 (released 2018-04-11)
 ** Bugfix: Better handling of unplugged devices on MacOS and avoid leaking threads.

* 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.
