v1.0.1
- Laravel 10 support
- Multi-Tenancy improvement: abilities/roles granted within a scope now don't leak out into the global scope. By @grantholle in #608
- Added PHPDoc to the
Bouncer
facade, for better IDE help. By @devRMA in #599 - Added return types to Eloquent Relations to make Lighthouse Type detection work. By @TFSThiagoBR98 in #585