From d63cdd672c3d65b3c35b73d0ef13a9dbfcb71c08 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 8 Oct 2019 18:45:24 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a283b2a6..50c30a12c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,15 @@ # Release Notes -## [Unreleased](https://github.com/laravel/passport/compare/v7.4.1...7.0) +## [Unreleased](https://github.com/laravel/passport/compare/v7.5.1...7.0) -## [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) + +### Fixed +- Cast returned client identifier value to string ([#1091](https://github.com/laravel/passport/pull/1091)) + + +## [v7.5.0 (2019-09-24)](https://github.com/laravel/passport/compare/v7.4.1...v7.5.0) ### Added - Add `actingAsClient` method for tests ([#1083](https://github.com/laravel/passport/pull/1083))