diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b304ee..5064d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.2.3 (2018-12-31) + +- Dummy release to fix an issue with the crates.io tarball. + # v0.2.2 (2018-12-30) - Update to Rust edition 2018. @@ -1,6 +1,6 @@ [package] name = "nitrokey" -version = "0.2.2" +version = "0.2.3" authors = ["Robin Krahl <robin.krahl@ireas.org>"] edition = "2018" homepage = "https://code.ireas.org/nitrokey-rs/" |