From e3809cfaf575a79bc1c846e217d1aa9d4950b316 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 8 Dec 2020 19:29:48 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e04b3f2..b52c764d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/horizon/compare/v5.6.0...5.x) +## [Unreleased](https://github.com/laravel/horizon/compare/v5.6.1...5.x) + + +## [v5.6.1 (2020-12-08)](https://github.com/laravel/horizon/compare/v5.6.0...v5.6.1) + +### Changed +- Use enqueueUsing when pushing delayed jobs ([#939](https://github.com/laravel/horizon/pull/939)) ## [v5.6.0 (2020-12-01)](https://github.com/laravel/horizon/compare/v5.5.0...v5.6.0)