Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README, CONTRIBUTORS; bumped version to 1.0.1 #32

Merged
merged 1 commit into from
Mar 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Zbigniew Pekala
Girish Ramnani
Nicholas Lundgaard
Bryan Paxton
Francois Paul
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ In order to learn more about one time password generation, see the following Wik

## Version History

### 2021-03-28

- Released version 1.0.1 with the following changes:

* [Migrate from Travis to GitHub Actions](https://github.com/yuce/pot/pull/31/commits/9aeab637e26d43362b2239960a0c1c0212a2174b) (Thanks to Nicholas Lundgaard)
* [Update pot.erl to support sha256 and not use deprecated :crypto.hmac](https://github.com/yuce/pot/commit/f96b50d00568154aabff7f956b974ad295c38fd6) (Thanks to Francois Paul)

### 2020-09-15

- Released version 1.0.0 with the following changes:
Expand Down Expand Up @@ -449,7 +456,7 @@ Thanks to [contributors](CONTRIBUTORS).

## License

Copyright (c) 2014-2020 POT Contributors
Copyright (c) 2014-2021 POT Contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without
Expand Down
2 changes: 1 addition & 1 deletion src/pot.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

{application, pot,
[{description, "POT is an Erlang library for generating Google Authenticator compatible one time passwords."},
{vsn, "1.0.0"},
{vsn, "1.0.1"},
{registered, []},
{applications,
[kernel,
Expand Down