Skip to content

Commit

Permalink
Yubico Authenticator 3.1.7
Browse files Browse the repository at this point in the history
Bug fixes for handling YubiKey 5 and installer.

Signed-off-by: Steven Noonan <[email protected]>
  • Loading branch information
tycho committed May 25, 2020
1 parent d7a9095 commit 41f87f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
* Version 3.1.7 (unreleased)
* Version 3.1.7 (release 2020-05-25, by Steven Noonan <[email protected]>)
** Use case-insensitive detection of YubiKey CCID reader.
** Fix correctness of CCID behavior around HMAC, OATH AID length, etc
** Implemented SHA-512 support for YubiKey 5
** Improve installer build reliability
** Switch to new code signing certificate

* Version 3.1.6 (released 2018-03-04, by Steven Noonan <[email protected]>)
** Enabled High DPI support in Qt, which makes things look much nicer on Mac OS X
Expand Down
2 changes: 1 addition & 1 deletion yubioath/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
# non-source form of such a combination shall include the source code
# for the parts of OpenSSL used as well as that of the covered work.

__version__ = "3.1.7-dev"
__version__ = "3.1.7"

0 comments on commit 41f87f9

Please sign in to comment.