From 93d236115b921550ccbd23594ecb57154a55adbc Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 18 Feb 2021 01:22:16 +0100 Subject: [PATCH] Add a CHANGELOG entry for #13 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d86e529df..ee3e7aeec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v1.6.1] + +- Fix PHP 8.0 support + ## [v1.6.0] - Support laravel 8