Releases: dhui/passhash
Releases · dhui/passhash
v0.3.0
v0.2.1
v0.2.0
Changes
Backwards Incompatible
- Addresses: #7
- Existing code calling a
Credential.Reset*()
method should use the correspondingCredential.ChangePassword*()
method Credential.Reset*()
methods should be used to reset a password, not change it.
- Existing code calling a
Improvements
- Officially support Go 1.10