From f3003c58c9b81e191945d658b8027a2f4d9808b5 Mon Sep 17 00:00:00 2001 From: Conor Patrick Date: Thu, 7 Mar 2019 20:33:20 -0500 Subject: [PATCH] new release 2.0.0 --- CHANGELOG.md | 10 ++++++++++ STABLE_VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d100a39..97bac7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,3 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Extension interface to U2F and FIDO2 - Read firmware version - Read RNG bytes + +## [1.1.1] - 2019-03-01 + +- This version fixes an incorrect error code returned in U2F. + +## [2.0.0] - 2019-03-01 + +- Merge of NFC functionality branch +- Bug fix with compiled USB name being too long causing buffer overrun +- Change upper byte of counter from `0xff` to `0x7f` to fix issues with some websites. diff --git a/STABLE_VERSION b/STABLE_VERSION index 524cb55..227cea2 100644 --- a/STABLE_VERSION +++ b/STABLE_VERSION @@ -1 +1 @@ -1.1.1 +2.0.0