diff options
author | Tad Fisher <tadfisher@gmail.com> | 2018-11-15 12:17:12 -0800 |
---|---|---|
committer | Tad Fisher <tadfisher@gmail.com> | 2018-11-15 12:17:12 -0800 |
commit | 1e9d10ca75ae1a8672a7f192809713463657778e (patch) | |
tree | 0c3da4fd274e3b93ad19d0159a2317e4d7499d8b | |
parent | 983a63bac20b43a0431ea13feddcc0ef4ae2d44d (diff) | |
download | pass-otp-1e9d10ca75ae1a8672a7f192809713463657778e.tar.gz pass-otp-1e9d10ca75ae1a8672a7f192809713463657778e.zip |
Version 1.2.0
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea68f5..5bca7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Change Log ============= +Version 1.2.0 *(2018-11-15)* +------------------------------- + +* New: Bash completion is now supported. (thanks Zoltan Kertesz) +* Fix getopt parsing; passing `--issuer` and `--account` should no longer hang. + (thanks @xPMo) + + Version 1.1.1 *(2018-06-28)* ------------------------------- |