What's Changed
* Add option to select PasswordManager's crypt scheme by dialvarezs in https://github.com/LonelyVikingMichael/starlite-users/pull/27
* Rework SQLAlchemy mixins by LonelyVikingMichael in https://github.com/LonelyVikingMichael/starlite-users/pull/32
* Deprecate `BaseUserRoleService` - this has been rolled into `BaseUserService`
* Deprecate `BaseUserService` class variable "configs"
* Fix: hardcoded `__tablename__` attributes on mixins are removed
New Contributors
* dialvarezs made their first contribution in https://github.com/LonelyVikingMichael/starlite-users/pull/27
**Full Changelog**: https://github.com/LonelyVikingMichael/starlite-users/compare/v0.3.3...v0.4.0