From 988aa32b030d4ad5796062e55a1bb899d41515eb Mon Sep 17 00:00:00 2001 From: drbyte Date: Mon, 6 Nov 2023 19:31:22 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc5ade7a..32b534be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to `laravel-permission` will be documented in this file +## 6.0.1 - 2023-11-06 + +### What's Changed + +- Provide a default team_foreign_key value in case config file isn't upgraded yet or teams feature is unused. Fixes #2535 +- [Docs] Update unsetRelation() example in teams-permissions.md by @shdehnavi in https://github.com/spatie/laravel-permission/pull/2534 +- [Docs] Update link in direct-permissions.md by @sevannerse in https://github.com/spatie/laravel-permission/pull/2539 + +### New Contributors + +- @sevannerse made their first contribution in https://github.com/spatie/laravel-permission/pull/2539 + +**Full Changelog**: https://github.com/spatie/laravel-permission/compare/6.0.0...6.0.1 + ## 6.0.0 - 2023-10-25 ### What's Changed @@ -698,6 +712,7 @@ The following changes are not "breaking", but worth making the updates to your a + ``` 1. Also this is a good time to point out that now with v2.25.0 and v2.26.0 most permission-cache-reset scenarios may no longer be needed in your app, so it's worth reviewing those cases, as you may gain some app speed improvement by removing unnecessary cache resets. @@ -757,6 +772,7 @@ The following changes are not "breaking", but worth making the updates to your a + ``` ## 2.19.1 - 2018-09-14