Skip to content

Commit ad2f18b

Browse files
committed
bumped version to 1.12.0, adjusted release notes
1 parent 04ff15f commit ad2f18b

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/ISSUE_TEMPLATE/2-bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ body:
4444
attributes:
4545
label: Version
4646
description: What version of our SDK are you using?
47-
placeholder: 1.11.0
47+
placeholder: 1.12.0
4848
validations:
4949
required: true
5050
- type: input

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,15 @@ Features:
3636

3737
Bug Fixes:
3838

39-
- The [PivSession.ChangeManagementKey](xref:Yubico.YubiKey.Piv.PivSession.ChangeManagementKey(Yubico.YubiKey.Piv.PivTouchPolicy)) method was incorrectly assuming Triple-DES was the default management key algorithm for FIPS keys. The SDK now verifies the management key alorithm based on key type and firmware version. ([#162](https://github.com/Yubico/Yubico.NET.SDK/pull/162))
39+
- The [PivSession.ChangeManagementKey](xref:Yubico.YubiKey.Piv.PivSession.ChangeManagementKey(Yubico.YubiKey.Piv.PivTouchPolicy)) method was incorrectly assuming Triple-DES was the default management key algorithm for FIPS keys. The SDK now verifies the management key alorithm based on key type and firmware version. ([#162](https://github.com/Yubico/Yubico.NET.SDK/pull/162), [#167](https://github.com/Yubico/Yubico.NET.SDK/pull/167))
4040
- The SDK now correctly sets the IYubiKeyDeviceInfo property [IsSkySeries](xref:Yubico.YubiKey.IYubiKeyDeviceInfo.IsSkySeries) to True for YubiKey Security Key Series Enterprise Edition keys. ([#158](https://github.com/Yubico/Yubico.NET.SDK/pull/158))
4141
- Exceptions are now caught when running PivSession.Dispose. This fixes an issue where the Dispose method could not close the Connection in the event of a disconnected YubiKey. ([#104](https://github.com/Yubico/Yubico.NET.SDK/issues/104))
4242
- A dynamic DLL resolution based on process architecture (x86/x64) has been implemented for NativeShims.dll. This fixes a reported issue with the NativeShims.dll location for 32-bit processes. ([#154](https://github.com/Yubico/Yubico.NET.SDK/pull/154))
4343

44+
Miscellaneous:
45+
- Users are now able to verify that the NuGet package has been generated from our repository using [Github Attestations](https://docs.github.com/en/actions/security-for-github-actions/using-artifact-attestations/using-artifact-attestations-to-establish-provenance-for-builds) ([#169](https://github.com/Yubico/Yubico.NET.SDK/pull/169)) like this:
46+
> \> gh attestation verify .\Yubico.Core.1.12.0.nupkg --repo Yubico/Yubico.NET.SDK
47+
4448
Deprecations:
4549

4650
- Yubico.YubiKey/Scp03 namespace.

build/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ for external milestones.
4040
Increment the minor version whenever we add support for a new class or type.
4141
Increment the patch version for bug fixes.
4242
-->
43-
<YubicoDotNetPolyfillsVersion>1.11.0</YubicoDotNetPolyfillsVersion>
43+
<YubicoDotNetPolyfillsVersion>1.12.0</YubicoDotNetPolyfillsVersion>
4444

4545
<!--
4646
Yubico.Core project
@@ -55,7 +55,7 @@ for external milestones.
5555
5656
This project can, and should, use pre-release suffixes for development milestones.
5757
-->
58-
<YubicoCoreVersion>1.11.0</YubicoCoreVersion>
58+
<YubicoCoreVersion>1.12.0</YubicoCoreVersion>
5959

6060
<!--
6161
Yubico.Authenticator project
@@ -69,7 +69,7 @@ for external milestones.
6969
7070
This project can, and should, use pre-release suffixes for development milestones.
7171
-->
72-
<YubicoYubiKeyVersion>1.11.0</YubicoYubiKeyVersion>
72+
<YubicoYubiKeyVersion>1.12.0</YubicoYubiKeyVersion>
7373

7474
</PropertyGroup>
7575

0 commit comments

Comments
 (0)