From 7bdc99af890966a683dbbfd8e69c8449d8d491b6 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 26 Oct 2021 17:50:24 +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 1e2695cd..c69f7068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/horizon/compare/v5.7.14...5.x) +## [Unreleased](https://github.com/laravel/horizon/compare/v5.7.15...5.x) + + +## [v5.7.15 (2021-10-26)](https://github.com/laravel/horizon/compare/v5.7.14...v5.7.15) + +### Changed +- Use callAfterResolving to register QueueManager ([#1089](https://github.com/laravel/horizon/pull/1089)) ## [v5.7.14 (2021-10-12)](https://github.com/laravel/horizon/compare/v5.7.13...v5.7.14)