Skip to content

Commit 27ab1f8

Browse files
committed
release: Updated release notes for 1.13.1 and version numbers.
1 parent 213414b commit 27ab1f8

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

build/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ for external milestones.
4343
4444
This project can, and should, use pre-release suffixes for development milestones.
4545
-->
46-
<YubicoCoreVersion>1.13.0</YubicoCoreVersion>
46+
<YubicoCoreVersion>1.13.1</YubicoCoreVersion>
4747

4848
<!--
4949
Yubico.Authenticator project
@@ -57,6 +57,6 @@ for external milestones.
5757
5858
This project can, and should, use pre-release suffixes for development milestones.
5959
-->
60-
<YubicoYubiKeyVersion>1.13.0</YubicoYubiKeyVersion>
60+
<YubicoYubiKeyVersion>1.13.1</YubicoYubiKeyVersion>
6161
</PropertyGroup>
6262
</Project>

docs/users-manual/getting-started/whats-new.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,25 @@ Here you can find all of the updates and release notes for published versions of
1818

1919
## 1.13.x Releases
2020

21+
### 1.13.1
22+
23+
Release date: April 28th, 2025
24+
25+
This release mainly adresses an issue that was affecting FIDO2 on YubiKey 5.7.4 and greater as well as adds support for compressed certificates within the PIV application. It also contains miscellaneous and documentation updates.
26+
27+
Features:
28+
- Support for compressed certificates in the PIV application [#219](https://github.com/Yubico/Yubico.NET.SDK/pull/219)
29+
- Ability to create a FirmwareVersion object through parsing a version string (e.g. 1.0.0) [#220](https://github.com/Yubico/Yubico.NET.SDK/pull/220)
30+
31+
Bug Fixes:
32+
- PinUvAuthParam was erroneously truncated which caused failures on multiple FIDO2 commands for YubiKey v 5.7.4 [#222](https://github.com/Yubico/Yubico.NET.SDK/pull/222)
33+
34+
Documentation:
35+
- Updates to challenge-response documentation to improve clarity [#221](https://github.com/Yubico/Yubico.NET.SDK/pull/221)
36+
37+
Miscellaneous:
38+
- Integration tests will now run on Bio USB C keys as well [a4c4df](https://github.com/Yubico/Yubico.NET.SDK/commit/a4c4df10047bedf507e4ce36b80ed5001b996b9a).
39+
2140
### 1.13.0
2241

2342
Release date: April 9th, 2025

0 commit comments

Comments
 (0)