diff --git a/CHANGELOG.md b/CHANGELOG.md index e6414f4..a5088fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,31 @@ # Changelog #### v6.1.0 `2020-09-11` + - Add Laravel 8 support #### v6.0.3 `2020-08-06` + - Teamwork class can be resolved through type hinting (If you prefer, you can still use the Facade). Thanks to @rmccullagh. #### v6.0.2 `2020-06-29` #### v6.0.1 `2020-06-13` + - Fixed installation for Laravel 6.17 and below. Thanks to @oliuz. - Fixed docs compatibility note. #### v6.0.0 `2020-06-13` + - Added Laravel 6 and 7 Support. #### v2.0.0 `2016-01-04` -- Added Laravel 5.2 support. \ No newline at end of file + +- Added Laravel 5.2 support. + +## Added Laravel 10 Support and drop obsolete version - 2023-02-15 + +### Removed + +- Removed support for obsolete versions of Laravel and PHP. +- Do no longer run tests for `prefer-lowest` versions.