From cdd79ce5cf99be1963295c2d84da74e03afbeb95 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 12 Jan 2021 18:39:43 +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 6a55a929..6eed5ab1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.7...8.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.8...8.x) + + +## [v8.5.8 (2021-01-12)](https://github.com/laravel/laravel/compare/v8.5.7...v8.5.8) + +### Fixed +- Update `TrustProxies.php` ([#5514](https://github.com/laravel/laravel/pull/5514)) ## [v8.5.7 (2021-01-05)](https://github.com/laravel/laravel/compare/v8.5.6...v8.5.7)