From 236b31872d193eaec8c5e00813e8e88dbab6dca3 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 10 Aug 2021 19:27:09 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d52d22f..7fb1abe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.23...8.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.24...8.x) + + +## [v8.5.24 (2021-08-10)](https://github.com/laravel/laravel/compare/v8.5.23...v8.5.24) + +### Changed +- Use new `TrustProxies` middleware ([#5662](https://github.com/laravel/laravel/pull/5662)) ## [v8.5.23 (2021-08-03)](https://github.com/laravel/laravel/compare/v8.5.22...v8.5.23)