Current section
Files
Jump to
Current section
Files
nimble_totp
CHANGELOG.md
CHANGELOG.md
# Changelog
## v0.2.0 (2022-05-02)
This version requires Elixir v1.12+.
* Fix rendering of spaces on TOTP parameters
* Add support for `:since`, to prevent codes from being reused
* Allow `NaiveDateTime` and `DateTime` to be used for `:time` and `:since`
## v0.1.2 (2021-06-06)
* Update secret/0 to generate 20 random bytes
* Fix warnings on Elixir v1.12
## v0.1.1 (2021-01-07)
* Fix compatibility on OTP 24
## v0.1.0 (2020-07-27)
* Initial version.