# Changelog

All notable changes to laravel-failed-job-monitor will be documented in this file

## 4.0.0 - 2021-03-26

- Require PHP 8+
- Drop support for PHP 7.x
- Convert syntax to PHP 8 where possible
- Drop support for Laravel 5.8, 6.x

## 3.4.0 - 2020-12-01

- Support PHP 8
- Drop support for PHP 7.2

## 3.3.2 - 2020-09-09

- Support Laravel 8

## 3.3.1 - 2020-04-20

- allow extending Illuminate notification class (#56)

## 3.3.0 - 2020-03-03

- add support for Laravel 7

## 3.2.0 - 2019-09-04

- make compatible with Laravel 6

## 3.1.0 - 2019-02-27

- drop support for PHP 7.1
- drop support for anything lower than Laravel 5.8

## 3.0.3 - 2019-02-27

- add support for Laravel 5.8

## 3.0.2 - 2018-08-27

- add support for Laravel 5.7

## 3.0.1 - 2018-02-13

- add support for Laravel 5.6

## 3.0.0 - 2017-09-01

- add support for Laravel 5.5
- renamed config file from `laravel-failed-job-monitor` to `failed-job-monitor`

## 2.2.0 - 2017-01-23

- add support for Laravel 5.4

## 2.1.1 - 2016-11-07

- fix `InvalidConfiguration` exception

## 2.1.0 - 2016-11-07

- add `notificationFilter`

## 2.0.0 - 2016-10-18

- use Laravel 5.3's notifications

## 1.1.0 - 2016-09-11

- the used view can now be customized

## 1.0.3 - 2016-08-27

- upped the required Laravel version to 5.3

## 1.0.2 - 2016-03-02

- Fix a bug where package would crash during a failed job 

## 1.0.1 - 2016-02-26

- Fix typo in config

## 1.0.0 - 2016-02-25

- Initial release
