From f955296ed3b04a3e204d696bcfc2c52dcbb7c185 Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Tue, 10 Dec 2024 16:17:04 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e52b749e..a351e545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Release Notes -## [Unreleased](https://github.com/laravel/horizon/compare/v5.29.4...5.x) +## [Unreleased](https://github.com/laravel/horizon/compare/v5.30.0...5.x) + +## [v5.30.0](https://github.com/laravel/horizon/compare/v5.29.4...v5.30.0) - 2024-12-06 + +* Add support for notification class overrides by [@lukemorcom](https://github.com/lukemorcom) in https://github.com/laravel/horizon/pull/1518 +* Replace implicitly nullable parameters for PHP 8.4 by [@txdFabio](https://github.com/txdFabio) in https://github.com/laravel/horizon/pull/1520 ## [v5.29.4](https://github.com/laravel/horizon/compare/v5.29.3...v5.29.4) - 2024-11-21