+ Optional tag parameter removed from session `encode()` and `decode()` methods. + Session cookie name changed.
1.2.0.1
+ Capital letters now allowed in account username during registration.
1.2.0.0
All passwords not hashed via Argon2 must be changed.
+ Hashing is now handled via Argon2 instead of BCrypt. + Account password var type is now `CharField` instead of `BinaryField`. + Documentation revisions.
1.1.0.0
+ Session cookie configuration changes. Readme example is changed accordingly. + Documentation revisions.