Skip to content

Commit d704b04

Browse files
Release v0.2.2
1 parent f09a02d commit d704b04

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
## [Unreleased][]
1313

14+
[Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/v0.2.2...HEAD
15+
16+
## [0.2.2][] - 2023-04-26
17+
1418
- Use `CoreContext::new` to fix compilation with recent Trussed changes.
19+
- Provide a derived application key for encryption without a PIN ([#20][])
1520

16-
[Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/v0.2.1...HEAD
21+
[#20]: https://github.com/trussed-dev/trussed-auth/issues/20
22+
[0.2.2]: https://github.com/trussed-dev/trussed-auth/releases/tag/v0.2.2
1723

1824
## [0.2.1][] - 2023-04-05
1925

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "trussed-auth"
6-
version = "0.2.1"
6+
version = "0.2.2"
77
authors = ["Nitrokey GmbH <info@nitrokey.com>"]
88
edition = "2021"
99
repository = "https://github.com/trussed-dev/trussed-auth"

0 commit comments

Comments
 (0)