Breaking changes
* New property `is_verified` in `User` model.
* If you use **SQLAlchemy** or **Tortoise** databases adapters, you'll have to make a migration to update your database schema.
* See: https://frankie567.github.io/fastapi-users/migration/4x_to_5x/
New features
* The long awaited e-mail verification routes. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/routers/verify/)] Thanks eddsalkield and mark-todd 🎉
* `after_reset_password` handler to run logic after a successful password reset. [[Documentation](https://frankie567.github.io/fastapi-users/configuration/routers/reset/#after-reset-password)]
Bug fixes
* Fix 438: issue with OAuth accounts and PostgreSQL. Thanks slado122 🎉