Releases: dhui/passhash
Releases · dhui/passhash
v0.3.2
What's Changed
- fix: snapshot workfactor on credential creation by @thevilledev in #21
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Bump golang.org/x/crypto from 0.0.0-20210711020723-a769d52b0f97 to 0.1.0 by @dependabot[bot] in #13
- Bump golang.org/x/crypto from 0.7.0 to 0.17.0 by @dependabot[bot] in #14
- Bump golang.org/x/crypto from 0.17.0 to 0.31.0 by @dependabot[bot] in #17
- Bump golang.org/x/crypto from 0.31.0 to 0.35.0 by @dependabot[bot] in #18
- fix: use io.ReadFull for salt generation by @thevilledev in #19
- Bump golang.org/x/crypto from 0.35.0 to 0.45.0 by @dependabot[bot] in #20
New Contributors
- @dependabot[bot] made their first contribution in #13
- @thevilledev made their first contribution in #19
Full Changelog: v0.3.0...v0.3.1
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