From 66743f65a55a71f52b5308de1a09fe5fd8453bcb Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 24 Nov 2020 18:09:52 +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 2d039185..7937b792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Release Notes -## [Unreleased](https://github.com/laravel/horizon/compare/v5.4.0...5.x) +## [Unreleased](https://github.com/laravel/horizon/compare/v5.5.0...5.x) + + +## [v5.5.0 (2020-11-24)](https://github.com/laravel/horizon/compare/v5.4.0...v5.5.0) + +### Added +- Ability to see which masters are paused and only show paused if everything is paused ([#929](https://github.com/laravel/horizon/pull/929), [f9b5aea](https://github.com/laravel/horizon/commit/f9b5aea1c25518c4def4ce3b33a937b1972cd2a4)) + +### Changed +- Accept array format for exponential backoff ([#926](https://github.com/laravel/horizon/pull/926)) ## [v5.4.0 (2020-11-03)](https://github.com/laravel/horizon/compare/v5.3.0...v5.4.0)