Skip to content

Commit ea7d29c

Browse files
drbytegithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 8c87966 commit ea7d29c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All notable changes to `laravel-permission` will be documented in this file
44

5+
## 6.22.0 - 2025-10-27
6+
7+
### What's Changed
8+
9+
* Dispatch RoleDetached on syncRoles when events are enabled by @josedaian in https://github.com/spatie/laravel-permission/pull/2869
10+
* Refactor exception handling in migration stub by @alisalehi1380 in https://github.com/spatie/laravel-permission/pull/2886
11+
* Fix TOCTOU race condition in permission loading for concurrent (Octane etc) environments by @imhayatunnabi in https://github.com/spatie/laravel-permission/pull/2883
12+
* Add assign-role command by @sediqzada94 in https://github.com/spatie/laravel-permission/pull/2834
13+
* Test PHP 8.5 by @erikn69 in https://github.com/spatie/laravel-permission/pull/2880
14+
* Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in https://github.com/spatie/laravel-permission/pull/2882
15+
* Update issue template by @AlexVanderbist in https://github.com/spatie/laravel-permission/pull/2875
16+
* Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/spatie/laravel-permission/pull/2870
17+
* Quick Panel (TALL Flowbite Starter Kit) by @aliqasemzadeh in https://github.com/spatie/laravel-permission/pull/2881
18+
19+
### New Contributors
20+
21+
* @josedaian made their first contribution in https://github.com/spatie/laravel-permission/pull/2869
22+
* @alisalehi1380 made their first contribution in https://github.com/spatie/laravel-permission/pull/2886
23+
* @imhayatunnabi made their first contribution in https://github.com/spatie/laravel-permission/pull/2883
24+
* @sediqzada94 made their first contribution in https://github.com/spatie/laravel-permission/pull/2834
25+
26+
**Full Changelog**: https://github.com/spatie/laravel-permission/compare/6.21.0...6.22.0
27+
528
## 6.21.0 - 2025-07-23
629

730
### What's Changed
@@ -1066,6 +1089,7 @@ The following changes are not "breaking", but worth making the updates to your a
10661089

10671090

10681091

1092+
10691093

10701094

10711095
```
@@ -1148,6 +1172,7 @@ The following changes are not "breaking", but worth making the updates to your a
11481172

11491173

11501174

1175+
11511176

11521177

11531178
```

0 commit comments

Comments
 (0)