From 82b5135652f3172c6d4febf1a4da967a49345a79 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 3 Aug 2021 20:12:15 +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 3e01e78e..0d52d22f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.22...8.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.23...8.x) + + +## [v8.5.23 (2021-08-03)](https://github.com/laravel/laravel/compare/v8.5.22...v8.5.23) + +### Changed +- Unified asset publishing ([#5654](https://github.com/laravel/laravel/pull/5654)) ## [v8.5.22 (2021-07-13)](https://github.com/laravel/laravel/compare/v8.5.21...v8.5.22)