File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Yubico.YubiKey/docs/users-manual/getting-started Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,14 @@ limitations under the License. -->
17
17
Here you can find all of the updates and release notes for published versions of the SDK.
18
18
19
19
## 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
+
20
28
### 1.12.0
21
29
22
30
Release date: December 18th, 2024
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ for external milestones.
40
40
Increment the minor version whenever we add support for a new class or type.
41
41
Increment the patch version for bug fixes.
42
42
-->
43
- <YubicoDotNetPolyfillsVersion >1.12.0 </YubicoDotNetPolyfillsVersion >
43
+ <YubicoDotNetPolyfillsVersion >1.12.1 </YubicoDotNetPolyfillsVersion >
44
44
45
45
<!--
46
46
Yubico.Core project
@@ -55,7 +55,7 @@ for external milestones.
55
55
56
56
This project can, and should, use pre-release suffixes for development milestones.
57
57
-->
58
- <YubicoCoreVersion >1.12.0 </YubicoCoreVersion >
58
+ <YubicoCoreVersion >1.12.1 </YubicoCoreVersion >
59
59
60
60
<!--
61
61
Yubico.Authenticator project
@@ -69,7 +69,7 @@ for external milestones.
69
69
70
70
This project can, and should, use pre-release suffixes for development milestones.
71
71
-->
72
- <YubicoYubiKeyVersion >1.12.0 </YubicoYubiKeyVersion >
72
+ <YubicoYubiKeyVersion >1.12.1 </YubicoYubiKeyVersion >
73
73
74
74
</PropertyGroup >
75
75
You can’t perform that action at this time.
0 commit comments