From dc07448f9d3e83ea74f4435ea41b67c3e8353980 Mon Sep 17 00:00:00 2001 From: Morten Poul Jensen Date: Mon, 14 Sep 2020 11:09:12 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a67a8bc..6a07408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,20 @@ All notable changes to `laravel-scheduling-tasks` will be documented in this file +## 1.5.1 - 2020-09-14 +- Add support for Laravel 8 + ## 1.2.0 - 2019-03-06 -- Added support for Laravel 5.8 +- Add support for Laravel 5.8 ## 1.1.1 - 2019-02-01 -- Added the possibility to define if the Task should only run in production +- Add the possibility to define if the Task should only run in production ## 1.1.0 - 2018-09-27 -- Added support for Laravel 5.7 +- Add support for Laravel 5.7 ## 1.0.0 - 2018-08-13 -- Released v1 +- Release v1 ## 0.0.3 - 2018-05-04