Skip to content

Commit

Permalink
Releasing 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Oct 16, 2019
1 parent 07b5106 commit aa53144
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,18 @@ In order to learn more about one time password generation, see the following Wik

## News

### 2019-10-16

- Released version 0.10.2 with the following change:

* [Fix valid_totp to support upper bound on check_candidate](https://github.com/yuce/pot/pull/20) (Thanks to Nicholas Lundgaard)

### 2019-08-03

- Released version 0.10.1 with the following change:

* [Added pot prefix to base32 module avoid name collision](https://github.com/yuce/pot/pull/16) (Thanks to Girish Ramnani). This is a breaking change, `base32` module was renamed to `pot_base32`.


### 2019-07-09

- Released version 0.9.8 with the following bug fix:
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, "0.10.1"},
{vsn, "0.10.2"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit aa53144

Please sign in to comment.