From 3bf97efd787808063159ef12dc1787d9522002e3 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 13 Feb 2024 17:18:47 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8338cfb..992e2f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Release Notes -## [Unreleased](https://github.com/laravel/horizon/compare/v5.22.1...5.x) +## [Unreleased](https://github.com/laravel/horizon/compare/v5.23.0...5.x) + +## [v5.23.0](https://github.com/laravel/horizon/compare/v5.22.1...v5.23.0) - 2024-02-12 + +* [5.x] Improves console output and fixes Carbon v3 support by [@nunomaduro](https://github.com/nunomaduro) in https://github.com/laravel/horizon/pull/1387 ## [v5.22.1](https://github.com/laravel/horizon/compare/v5.22.0...v5.22.1) - 2024-01-30