diff --git a/CHANGELOG.md b/CHANGELOG.md index 448fa267..18d30545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,32 @@ # Release Notes +## [Unreleased](https://github.com/laravel/horizon/compare/v3.0.5...3.0) + + +## [v3.0.5 (2019-03-12)](https://github.com/laravel/horizon/compare/v3.0.4...v3.0.5) + +### Added +- Fix URL for retrying jobs ([#547](https://github.com/laravel/horizon/pull/547)) + + +## [v3.0.4 (2019-03-08)](https://github.com/laravel/horizon/compare/v3.0.3...v3.0.4) + +### Added +- Adding `horizon:status` command ([#545](https://github.com/laravel/horizon/pull/545)) + + ## [v3.0.3 (2019-03-06)](https://github.com/laravel/horizon/compare/v3.0.2...v3.0.3) ### Fixed - Fix recent jobs screen ([1ab5749](https://github.com/laravel/horizon/commit/1ab57492f66014849b51364315c875b7f76bb435)) + ## [v3.0.2 (2019-03-05)](https://github.com/laravel/horizon/compare/v3.0.1...v3.0.2) ### Fixed - Compile assets ([57814a0](https://github.com/laravel/horizon/commit/57814a058b5baf53defaf1af813f7f0862331d00)) + ## [v3.0.1 (2019-03-04)](https://github.com/laravel/horizon/compare/v3.0.0...v3.0.1) ### Fixed @@ -20,6 +37,7 @@ ### Removed - Remove unnecessary register method ([7134324](https://github.com/laravel/horizon/commit/7134324d51b3bc917fd8fdb0e3e48f2b7f98475a)) + ## [v3.0.0 (2019-02-27)](https://github.com/laravel/horizon/compare/v2.2.2...v3.0.0) ### Added @@ -38,16 +56,19 @@ ### Removed - Removed support for Laravel 5.5 & 5.6 ([8a92e09](https://github.com/laravel/horizon/commit/8a92e099ecaad6d0a2823a89f860fd8f8fab51bf)) + ## [v2.2.2 (2019-02-21)](https://github.com/laravel/horizon/compare/v2.2.1...v2.2.2) ### Fixed - Fix breaking change with `createPayload` method on `RedisQueue` ([b79bb27](https://github.com/laravel/horizon/commit/b79bb2762ed3f234125892c811d3a73d13bf66cc)) + ## [v2.2.1 (2019-02-15)](https://github.com/laravel/horizon/compare/v2.2.0...v2.2.1) ### Changed - Adjust configuration for 5.8 default configuration ([f1f830e](https://github.com/laravel/horizon/commit/f1f830e8de84c2827c9e155a6abd5cc4576b498e)) + ## [v2.2.0 (2019-02-12)](https://github.com/laravel/horizon/compare/v2.1.0...v2.2.0) ### Added @@ -56,6 +77,7 @@ ### Fixed - Fix Failed Jobs page showing no results when failed jobs do exist ([#511](https://github.com/laravel/horizon/pull/511)) + ## [v2.1.0 (2019-02-11)](https://github.com/laravel/horizon/compare/v2.0.3...v2.1.0) ### Added @@ -75,6 +97,7 @@ - Fix jobs per minute over estimation ([#502](https://github.com/laravel/horizon/pull/502)) - Prevent horizontal scrolling in Dashboard supervisors section ([#506](https://github.com/laravel/horizon/pull/506)) + ## [v2.0.3 (2019-01-22)](https://github.com/laravel/horizon/compare/v2.0.2...v2.0.3) ### Changed @@ -84,11 +107,13 @@ ### Fixed - Check for existence of `stats` before calling toLocaleString ([#469](https://github.com/laravel/horizon/pull/469)) + ## [v2.0.2 (2019-01-10)](https://github.com/laravel/horizon/compare/v2.0.1...v2.0.2) ### Fixed - Update outdated compiled assets ([2a420af](https://github.com/laravel/horizon/commit/2a420af4bb3d79785ef7ff7cd27f75a1c027ab19)) + ## [v2.0.1 (2019-01-10)](https://github.com/laravel/horizon/compare/v2.0.0...v2.0.1) ### Added @@ -100,6 +125,7 @@ ### Fixed - Fixed invalid `doctype` declaration ([#448](https://github.com/laravel/horizon/pull/448)) + ## [v2.0.0 (2018-11-14)](https://github.com/laravel/horizon/compare/v1.4.3...v2.0.0) ### Added