We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5def15d commit d63cdd6Copy full SHA for d63cdd6
CHANGELOG.md
@@ -1,9 +1,15 @@
1
# Release Notes
2
3
-## [Unreleased](https://github.com/laravel/passport/compare/v7.4.1...7.0)
+## [Unreleased](https://github.com/laravel/passport/compare/v7.5.1...7.0)
4
5
6
-## [v7.5.0 (2019-09-24)](https://github.com/laravel/passport/compare/v7.4.0...v7.4.1)
+## [v7.5.1 (2019-10-08)](https://github.com/laravel/passport/compare/v7.5.0...v7.5.1)
7
+
8
+### Fixed
9
+- Cast returned client identifier value to string ([#1091](https://github.com/laravel/passport/pull/1091))
10
11
12
+## [v7.5.0 (2019-09-24)](https://github.com/laravel/passport/compare/v7.4.1...v7.5.0)
13
14
### Added
15
- Add `actingAsClient` method for tests ([#1083](https://github.com/laravel/passport/pull/1083))
0 commit comments