From 9a2e06ffae97c6531ab2e09550892db107d153b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristoffer=20H=C3=B6gberg?= Date: Sun, 8 Sep 2019 23:18:35 +0200 Subject: [PATCH] Tag 2.0.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f04ee..4a51b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [] - Unreleased +## [2.0.0] - 2019-09-08 ### Breaking - Drop support for PHP 7.1 (It is EOL) +### Changed +- Resolve Schedule instance from container instead of injecting, see #30 ### Other - Support Laravel 6.0