Skip to content

Commit 68f9b48

Browse files
drbytegithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 3c05f04 commit 68f9b48

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

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

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

5+
## 6.18.0 - 2025-05-14
6+
7+
### What's Changed
8+
9+
* refactor exception throwing in migration file to use throw_if() by @ccaioadriano in https://github.com/spatie/laravel-permission/pull/2819
10+
* Fix: Example in config comment includes `permission.` prefix on `wildcard_permission` key by @jerrens in https://github.com/spatie/laravel-permission/pull/2835
11+
* Fix commented config key typo by @erikn69 in https://github.com/spatie/laravel-permission/pull/2844
12+
* Remove `collectPermissions` that is not being assigned by @JHWelch in https://github.com/spatie/laravel-permission/pull/2840
13+
* [Docs] Update multiple-guards.md by @Ken-vdE in https://github.com/spatie/laravel-permission/pull/2836
14+
* [Docs] Remove extra period by @coreyhn in https://github.com/spatie/laravel-permission/pull/2841
15+
* Add JetAdmin as UI Option. by @aliqasemzadeh in https://github.com/spatie/laravel-permission/pull/2814
16+
17+
### New Contributors
18+
19+
* @ccaioadriano made their first contribution in https://github.com/spatie/laravel-permission/pull/2819
20+
* @coreyhn made their first contribution in https://github.com/spatie/laravel-permission/pull/2841
21+
* @jerrens made their first contribution in https://github.com/spatie/laravel-permission/pull/2835
22+
* @Ken-vdE made their first contribution in https://github.com/spatie/laravel-permission/pull/2836
23+
* @JHWelch made their first contribution in https://github.com/spatie/laravel-permission/pull/2840
24+
25+
**Full Changelog**: https://github.com/spatie/laravel-permission/compare/6.17.0...6.18.0
26+
527
## 6.17.0 - 2025-04-09
628

729
### What's Changed
@@ -1005,6 +1027,7 @@ The following changes are not "breaking", but worth making the updates to your a
10051027

10061028

10071029

1030+
10081031

10091032

10101033
```
@@ -1083,6 +1106,7 @@ The following changes are not "breaking", but worth making the updates to your a
10831106

10841107

10851108

1109+
10861110

10871111

10881112
```

0 commit comments

Comments
 (0)