From ffd790eae1e0a5bf3e64ca1ef09005446a89d4d6 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 3 May 2022 15:52:34 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ebc0713..5a221fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.6...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.7...9.x) + +## [v9.1.7](https://github.com/laravel/laravel/compare/v9.1.6...v9.1.7) - 2022-05-03 + +### Changed + +- Deprecation log stack trace option by @driesvints in https://github.com/laravel/laravel/pull/5874 ## [v9.1.6](https://github.com/laravel/laravel/compare/v9.1.5...v9.1.6) - 2022-04-20