v2.1.1
This release is a hotfix #7, which solved a security issue with using vulnerable hashing method SHA-512
In this release
- sha-512 replaced with pbkdf2:sha256 used by
werkzeug.security.generate_password_hash()
- removed logging IP hashes
werkzeug.security.generate_password_hash()