Skip to content

Commit 308567d

Browse files
sosthene-nitrokeyrobin-nitrokey
authored andcommitted
Bump version number
1 parent 509a810 commit 308567d

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

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

1212
## [Unreleased][]
1313

14+
## [0.1.1][] - 2023-03-06
15+
16+
- Add support for "missing" hw key ([#16][])
17+
18+
[#16]: https://github.com/trussed-dev/trussed-auth/pull/16
19+
[0.1.1]: https://github.com/trussed-dev/trussed-auth/releases/tag/v0.1.1
20+
1421
## [0.1.0][] - 2023-03-03
1522

1623
Initial release with PIN handling and key derivation from PINs.
1724

18-
[Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/0.1.0...HEAD
19-
[0.1.0]: https://github.com/trussed-dev/trussed-auth/releases/tag/0.1.0
25+
[Unreleased]: https://github.com/trussed-dev/trussed-auth/compare/v0.1.0...HEAD
26+
[0.1.0]: https://github.com/trussed-dev/trussed-auth/releases/tag/v0.1.0
2027

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.1.0"
6+
version = "0.1.1"
77
authors = ["Nitrokey GmbH <info@nitrokey.com>"]
88
edition = "2021"
99
repository = "https://github.com/trussed-dev/trussed-auth"

0 commit comments

Comments
 (0)