From e03d6c2a88e3aa7c63e2f8f974d8809ae7cac3de Mon Sep 17 00:00:00 2001 From: Oliver Kaufmann Date: Thu, 6 Aug 2020 22:12:10 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 056b4b5..0a59957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +#### 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.