Skip to content

Commit 1da8aee

Browse files
drbytegithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent f9f8c23 commit 1da8aee

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

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

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

5+
## 6.11.0 - 2025-01-30
6+
7+
### What's Changed
8+
9+
* Add configurable team resolver for permission team id (helpful for Jetstream, etc) by @adrenallen in https://github.com/spatie/laravel-permission/pull/2790
10+
11+
### Internals
12+
13+
* Replace php-cs-fixer with Laravel Pint by @bobbrodie in https://github.com/spatie/laravel-permission/pull/2780
14+
15+
### Documentation Updates
16+
17+
* [Docs] Include namespace in example in uuid.md by @ken-tam in https://github.com/spatie/laravel-permission/pull/2764
18+
* [Docs] Include Laravel 11 example in exceptions.md by @frankliniwobi in https://github.com/spatie/laravel-permission/pull/2768
19+
* [Docs] Fix typo in code example in passport.md by @m3skalina in https://github.com/spatie/laravel-permission/pull/2782
20+
* [Docs] Correct username in new-app.md by @trippodi in https://github.com/spatie/laravel-permission/pull/2785
21+
* [Docs] Add composer specificity by @imanghafoori1 in https://github.com/spatie/laravel-permission/pull/2772
22+
* [Docs] Update installation-laravel.md to fix providers.php location. by @curiousteam in https://github.com/spatie/laravel-permission/pull/2796
23+
24+
### New Contributors
25+
26+
* @ken-tam made their first contribution in https://github.com/spatie/laravel-permission/pull/2764
27+
* @frankliniwobi made their first contribution in https://github.com/spatie/laravel-permission/pull/2768
28+
* @bobbrodie made their first contribution in https://github.com/spatie/laravel-permission/pull/2780
29+
* @m3skalina made their first contribution in https://github.com/spatie/laravel-permission/pull/2782
30+
* @trippodi made their first contribution in https://github.com/spatie/laravel-permission/pull/2785
31+
* @imanghafoori1 made their first contribution in https://github.com/spatie/laravel-permission/pull/2772
32+
* @curiousteam made their first contribution in https://github.com/spatie/laravel-permission/pull/2796
33+
* @adrenallen made their first contribution in https://github.com/spatie/laravel-permission/pull/2790
34+
35+
**Full Changelog**: https://github.com/spatie/laravel-permission/compare/6.10.1...6.11.0
36+
537
## 6.10.1 - 2024-11-08
638

739
### What's Changed
@@ -891,6 +923,7 @@ The following changes are not "breaking", but worth making the updates to your a
891923

892924

893925

926+
894927

895928

896929
```
@@ -962,6 +995,7 @@ The following changes are not "breaking", but worth making the updates to your a
962995

963996

964997

998+
965999

9661000

9671001
```

0 commit comments

Comments
 (0)