Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tadfisher committed Jun 28, 2018
1 parent cb461eb commit 5fb4620
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,22 @@
Change Log
=============

Version 1.1.1 *(2018-06-28)*
-------------------------------

This is mainly a bugfix release.

* Numerous build and test infrstructure updates. (thanks @LucidOne)
* `insert` and `append` now require only one of "issuer" or "account",
matching the documentation. (thanks @sudoforge and @xPMo)
* `append` now displays the passfile in its prompt. (thanks @sudoforge)
* Add a separate `LICENSE` file. (thanks @dmarcoux)
* Avoid use of herestrings when reading input. (thanks @rbuzatu90)
* Discard base64 padding (`=` characters) in OTP secrets.

In addition, thanks to @endgame and @brainstorm for their contributions to the
documentation.

Version 1.1.0 *(2018-03-04)*
-------------------------------

Expand Down
2 changes: 1 addition & 1 deletion otp.bash
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# []

VERSION="1.1.0"
VERSION="1.1.1"
OATH=$(which oathtool)

## source: https://gist.github.com/cdown/1163649
Expand Down

0 comments on commit 5fb4620

Please sign in to comment.