Skip to content

Commit 41f87f9

Browse files
committed
Yubico Authenticator 3.1.7
Bug fixes for handling YubiKey 5 and installer. Signed-off-by: Steven Noonan <[email protected]>
1 parent d7a9095 commit 41f87f9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

NEWS

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
* Version 3.1.7 (unreleased)
1+
* Version 3.1.7 (release 2020-05-25, by Steven Noonan <[email protected]>)
22
** Use case-insensitive detection of YubiKey CCID reader.
3+
** Fix correctness of CCID behavior around HMAC, OATH AID length, etc
4+
** Implemented SHA-512 support for YubiKey 5
5+
** Improve installer build reliability
6+
** Switch to new code signing certificate
37

48
* Version 3.1.6 (released 2018-03-04, by Steven Noonan <[email protected]>)
59
** Enabled High DPI support in Qt, which makes things look much nicer on Mac OS X

yubioath/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
# non-source form of such a combination shall include the source code
2525
# for the parts of OpenSSL used as well as that of the covered work.
2626

27-
__version__ = "3.1.7-dev"
27+
__version__ = "3.1.7"

0 commit comments

Comments
 (0)