aboutsummaryrefslogtreecommitdiff
path: root/nitrocli/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2018-12-23 01:52:29 +0100
committerDaniel Mueller <deso@posteo.net>2018-12-24 18:15:27 -0800
commitb3a0db4508319b10a34a3b58c73369f2fdcd2e5d (patch)
tree30e63b7b3864c46bc9f35c43ef24e347bee45835 /nitrocli/CHANGELOG.md
parent20b7c24247cd273ad519c8dcadc705a6d486f39b (diff)
downloadnitrocli-b3a0db4508319b10a34a3b58c73369f2fdcd2e5d.tar.gz
nitrocli-b3a0db4508319b10a34a3b58c73369f2fdcd2e5d.tar.bz2
Implement otp command
This patch adds the `otp` top-level command. Its subcommands provide access to one-time passwords on the Nitrokey.
Diffstat (limited to 'nitrocli/CHANGELOG.md')
-rw-r--r--nitrocli/CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/nitrocli/CHANGELOG.md b/nitrocli/CHANGELOG.md
index 2d43788..3ade4e3 100644
--- a/nitrocli/CHANGELOG.md
+++ b/nitrocli/CHANGELOG.md
@@ -6,6 +6,7 @@ Unreleased
`nitrokey-sys` version `3.4.1` as well as `rand` version `0.4.3` as
indirect dependencies
- Removed the `hid`, `hidapi-sys` and `pkg-config` dependencies
+- Added the `otp` command for working with one-time passwords
- Enabled CI pipeline comprising code style conformance checks, linting,
and building of the project
- Added badges indicating pipeline status, current `crates.io` published