From 98456cb16efd2ef7b41797e0a8559c9d8b4112f8 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Wed, 29 Jan 2020 14:25:24 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ada3455d..a719d964b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/passport/compare/v8.3.0...8.x) +## [Unreleased](https://github.com/laravel/passport/compare/v8.3.1...8.x) + + +## [v8.3.1 (2020-01-29)](https://github.com/laravel/passport/compare/v8.3.0...v8.3.1) + +### Fixed +- Remove foreign keys ([20e9b66](https://github.com/laravel/passport/commit/20e9b66fcd003ba41301fc5de23b9892e307051a)) ## [v8.3.0 (2020-01-28)](https://github.com/laravel/passport/compare/v8.2.0...v8.3.0)