From 367c48b57af776a3e195a16989655fa89fa052e3 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 14 Sep 2021 18:01:18 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70c37b31..aa37ab2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ ## [Unreleased](https://github.com/laravel/horizon/compare/v5.7.12...5.x) +## [v5.7.13 (2021-09-14)](https://github.com/laravel/horizon/compare/v5.7.12...v5.7.13) + +### Changed +- Added pushed at to failedJobs ([#0](https://github.com/laravel/horizon/pull/1069)) + +### Fixed +- Check if `failedJob.reserved_at` is set before making time calculation ([#1067](https://github.com/laravel/horizon/pull/1067)) + + ## [v5.7.12 (2021-08-31)](https://github.com/laravel/horizon/compare/v5.7.11...v5.7.12) ### Changed