Skip to content

Commit a13dff1

Browse files
committed
release: version bump and release notes
1 parent ad2f18b commit a13dff1

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ limitations under the License. -->
1717
Here you can find all of the updates and release notes for published versions of the SDK.
1818

1919
## 1.12.x Releases
20+
21+
### 1.12.1
22+
23+
Release date: December 19th, 2024
24+
25+
Bug Fixes: Now selects correct device initializing Fido2Session [(#179)](https://github.com/Yubico/Yubico.NET.SDK/pull/179)
26+
27+
2028
### 1.12.0
2129

2230
Release date: December 18th, 2024

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.12.0</YubicoDotNetPolyfillsVersion>
43+
<YubicoDotNetPolyfillsVersion>1.12.1</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.12.0</YubicoCoreVersion>
58+
<YubicoCoreVersion>1.12.1</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.12.0</YubicoYubiKeyVersion>
72+
<YubicoYubiKeyVersion>1.12.1</YubicoYubiKeyVersion>
7373

7474
</PropertyGroup>
7575

0 commit comments

Comments
 (0)