From 839bf8b142585f7be142090d4d05c341a4595fae Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 29 Sep 2020 19:39:48 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 081aa818..73f8ba36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Release Notes -## [Unreleased](https://github.com/laravel/horizon/compare/v5.1.0...5.x) +## [Unreleased](https://github.com/laravel/horizon/compare/v5.2.0...5.x) + + +## [v5.2.0 (2020-09-29)](https://github.com/laravel/horizon/compare/v5.1.0...v5.2.0) + +### Added +- Add `horizon:forget` command to delete a failed job ([#896](https://github.com/laravel/horizon/pull/896)) + +### Fixed +- Fix check deleting failed job is actually failed ([#894](https://github.com/laravel/horizon/pull/894)) ## [v5.1.0 (2020-09-22)](https://github.com/laravel/horizon/compare/v5.0.0...v5.1.0)