From a7f53f183d11c1ab95d359d5c5565521e96df624 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 24 Mar 2020 17:25:54 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9feffd88..bfbcfa58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Release Notes -## [Unreleased](https://github.com/laravel/horizon/compare/v4.0.2...4.x) +## [Unreleased](https://github.com/laravel/horizon/compare/v4.1.0...4.x) + + +## [v4.1.0 (2020-03-24)](https://github.com/laravel/horizon/compare/v4.0.2...v4.1.0) + +### Added +- Add metrics options and dark mode config ([#795](https://github.com/laravel/horizon/pull/795)) + +### Fixed +- Align design with Pending/Completed jobs screen ([#802](https://github.com/laravel/horizon/pull/802)) ## [v4.0.2 (2020-03-17)](https://github.com/laravel/horizon/compare/v4.0.1...v4.0.2)