From ffce0a8f69c19bdd63a22d972e605388903d70b4 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 1 Sep 2020 18:09:46 +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 e16f1f86..b510bcac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Release Notes -## [Unreleased](https://github.com/laravel/horizon/compare/v4.3.3...4.x) +## [Unreleased](https://github.com/laravel/horizon/compare/v4.3.4...4.x) + + +## [v4.3.4 (2020-09-01)](https://github.com/laravel/horizon/compare/v4.3.3...v4.3.4) + +### Changed +- Unhide horizon command ([#878](https://github.com/laravel/horizon/pull/878)) + +### Fixed +- Try catch serialization error ([57903ed](https://github.com/laravel/horizon/commit/57903edbf845e3d401a9d188199d89f2ed203ff1)) ## [v4.3.3 (2020-05-26)](https://github.com/laravel/horizon/compare/v4.3.2...v4.3.3)