diff --git a/NEWS b/NEWS index 44dd505..70e1471 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +* Version 2.0.0 (unreleased) + ** Backwards breaking changes + * Version 1.2.0 (released 2024-11-27) ** Improved extension handling: Several new extensions are now supported, both for Fido2Client and WindowsClient. diff --git a/README.adoc b/README.adoc index c250a04..54fe58c 100644 --- a/README.adoc +++ b/README.adoc @@ -42,7 +42,7 @@ or the _COPYING.MPLv2_ file for the full license text. === Requirements -fido2 is compatible with Python 3.7 and later, and is tested on Windows, MacOS, +fido2 is compatible with Python 3.10 and later, and is tested on Windows, MacOS, and Linux. Support for OpenBSD, FreeBSD, and NetBSD is provided as-is and relies on community contributions.