Skip to content

Commit

Permalink
Merge pull request #493 from Yubico/release/1.4.1-notes
Browse files Browse the repository at this point in the history
Release/1.4.1 notes
  • Loading branch information
Greg Domzalski authored Sep 12, 2022
2 parents c1ef013 + fbde1f2 commit 5548567
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions Yubico.YubiKey/docs/users-manual/getting-started/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ Here you can find all of the updates and release notes for published versions of

## 1.4.x Releases

### 1.4.1

Release date: September 12th, 2022

Bug fixes:

- TOTP calculations in the OATH application were incorrect. The OATH application was mistakenly using a random
challenge instead of the time for calculation of TOTP credentials. This has been resolved.
- The device listener was attempting to modify a collection that it was also iterating over in a loop. This is
not allowed by .NET. The list to iterate over is now a clone of the original list.
- MacOS does not always return properties of HID devices (including Vendor and Product IDs). This can cause
the enumeration code path to fail on certain MacOS based devices, including Apple Silicon devices. The SDK now
expects all HID properties to be optional and will skip over devices that don't have the minimum set required.


### 1.4.0

Release date: June 30th, 2022
Expand Down
6 changes: 3 additions & 3 deletions build/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for external milestones.
Increment the minor version whenever we add support for a new class or type.
Increment the patch version for bug fixes.
-->
<YubicoDotNetPolyfillsVersion>1.4.0</YubicoDotNetPolyfillsVersion>
<YubicoDotNetPolyfillsVersion>1.4.1</YubicoDotNetPolyfillsVersion>

<!--
Yubico.Core project
Expand All @@ -55,7 +55,7 @@ for external milestones.
This project can, and should, use pre-release suffixes for development milestones.
-->
<YubicoCoreVersion>1.4.0</YubicoCoreVersion>
<YubicoCoreVersion>1.4.1</YubicoCoreVersion>

<!--
Yubico.Authenticator project
Expand All @@ -69,7 +69,7 @@ for external milestones.
This project can, and should, use pre-release suffixes for development milestones.
-->
<YubicoYubiKeyVersion>1.4.0</YubicoYubiKeyVersion>
<YubicoYubiKeyVersion>1.4.1</YubicoYubiKeyVersion>

</PropertyGroup>

Expand Down

0 comments on commit 5548567

Please sign in to comment.