changelog

This commit is contained in:
Michael Quigley 2023-01-23 13:06:12 -05:00
parent 1265de3218
commit 4b82ce4b9d
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -1,3 +1,7 @@
# v0.3.0-rc3 (WiP)
CHANGE: Replaced un-salted sha512 password hashing with salted hashing based on Argon2 (https://github.com/openziti/zrok/issues/156)
# v0.3.0-rc2
FEATURE: Allow users to reset their password (https://github.com/openziti/zrok/issues/65)