From f91245c1b32289da8dfdd3f66f13fe79dde347fd Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 22 Dec 2020 18:03:05 +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 169891e7..3cc090f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/horizon/compare/v5.6.2...5.x) +## [Unreleased](https://github.com/laravel/horizon/compare/v5.6.3...5.x) + + +## [v5.6.3 (2020-12-22)](https://github.com/laravel/horizon/compare/v5.6.2...v5.6.3) + +### Changed +- Considering queue config parameter 'after_commit' ([#948](https://github.com/laravel/horizon/pull/948)) ## [v5.6.2 (2020-12-15)](https://github.com/laravel/horizon/compare/v5.6.1...v5.6.2)