We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d8204e commit 9ee5bd9Copy full SHA for 9ee5bd9
CHANGELOG.md
@@ -1,6 +1,17 @@
1
# Release Notes
2
3
-## [Unreleased](https://github.com/laravel/passport/compare/v11.5.1...11.x)
+## [Unreleased](https://github.com/laravel/passport/compare/v11.6.0...11.x)
4
+
5
+## [v11.6.0](https://github.com/laravel/passport/compare/v11.5.1...v11.6.0) - 2023-01-31
6
7
+### Changed
8
9
+- Update ClientCommand.php's user_id description by @Smoggert in https://github.com/laravel/passport/pull/1619
10
+- Get model PK instead of forcibly id column by @lucaspanik in https://github.com/laravel/passport/pull/1626
11
12
+### Fixed
13
14
+- Fix doc block for `withAccessToken()` by @axlon in https://github.com/laravel/passport/pull/1620
15
16
## [v11.5.1](https://github.com/laravel/passport/compare/v11.5.0...v11.5.1) - 2023-01-16
17
0 commit comments