Skip to content

Commit d53f29a

Browse files
Release v0.2.0
1 parent 1c2ac73 commit d53f29a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
-
10+
11+
## [v0.2.0](https://github.com/trussed-dev/fido-authenticator/releases/tag/v0.2.0) (2025-09-02)
12+
813
- Set the `makeCredUvNotRqd` CTAP option to `true` to indicate that we support
914
makeCredential operations without user verification ([#26][])
1015
- Ignore public key credential paramters with an unknown type, as required by

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.1.1"
3+
version = "0.2.0"
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)