Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Apr 26, 2023
1 parent f09a02d commit d704b04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased][]

[Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/v0.2.2...HEAD

## [0.2.2][] - 2023-04-26

- Use `CoreContext::new` to fix compilation with recent Trussed changes.
- Provide a derived application key for encryption without a PIN ([#20][])

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

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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "trussed-auth"
version = "0.2.1"
version = "0.2.2"
authors = ["Nitrokey GmbH <info@nitrokey.com>"]
edition = "2021"
repository = "https://github.com/trussed-dev/trussed-auth"
Expand Down

0 comments on commit d704b04

Please sign in to comment.