Skip to content

Commit 4c38096

Browse files
Release v0.4.0-rc.2
1 parent f82effb commit 4c38096

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
-
10+
11+
## [v0.4.0-rc.2](https://github.com/trussed-dev/fido-authenticator/releases/tag/v0.4.0-rc.2) (2026-05-31)
12+
913
- Fix signature counter to improve spec compliance:
1014
- Set the initial signature counter to 1.
1115
- Correctly handle signature counter overflows by returning 0.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fido-authenticator"
3-
version = "0.4.0-rc.1"
3+
version = "0.4.0-rc.2"
44
authors = ["The Trussed developers", "Nicolas Stalder <n@stalder.io>", "Nitrokey GmbH"]
55
edition = "2021"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)