From f6f80b3fb86a1a623dbf8a0209f3b9eae7627b5a Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 12 Sep 2023 18:00:26 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4536a47..abf36002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Release Notes -## [Unreleased](https://github.com/laravel/horizon/compare/v5.20.0...5.x) +## [Unreleased](https://github.com/laravel/horizon/compare/v5.20.1...5.x) + +## [v5.20.1](https://github.com/laravel/horizon/compare/v5.20.0...v5.20.1) - 2023-09-12 + +- Use available `batch.processedJobs` value from `Illuminate\Bus\Batch` by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/horizon/pull/1315 ## [v5.20.0](https://github.com/laravel/horizon/compare/v5.19.2...v5.20.0) - 2023-08-30