Skip to content

Commit dac2be6

Browse files
driesvintsgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent dd00df7 commit dac2be6

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Release Notes
22

3-
## [Unreleased](https://github.com/laravel/passport/compare/v10.4.1...11.x)
3+
## [Unreleased](https://github.com/laravel/passport/compare/v11.0.0...11.x)
4+
5+
## [v11.0.0](https://github.com/laravel/passport/compare/v10.4.1...v11.0.0) - 2022-08-19
6+
7+
### Added
8+
9+
- Allow authenticated client to be retrieved from the guard by @axlon in https://github.com/laravel/passport/pull/1508
10+
11+
### Changed
12+
13+
- Revert model DB connection customization by @driesvints in https://github.com/laravel/passport/pull/1412
14+
- Allow timestamps on Token model by @driesvints in https://github.com/laravel/passport/pull/1425
15+
- Improve authenticateViaBearerToken() performance by @alecpl in https://github.com/laravel/passport/pull/1447
16+
- Refactor routes to dedicated file by @driesvints in https://github.com/laravel/passport/pull/1464
17+
18+
### Fixed
19+
20+
- Stub client on guard when calling Passport::actingAsClient() by @axlon in https://github.com/laravel/passport/pull/1519
21+
- Fix scope inheritance when using Passport::actingAs() by @axlon in https://github.com/laravel/passport/pull/1551
22+
23+
### Removed
24+
25+
- Drop PHP 7.x and Laravel v8 by @driesvints in https://github.com/laravel/passport/pull/1558
26+
- Remove deprecated properties by @driesvints in https://github.com/laravel/passport/pull/1560
27+
- Remove deprecated functionality and simplify some feature tests by @driesvints in https://github.com/laravel/passport/pull/1559
428

529
## [v10.4.1](https://github.com/laravel/passport/compare/v10.4.0...v10.4.1) - 2022-04-16
630

0 commit comments

Comments
 (0)