From cf90121b16cdc0a747a7cbfa420ed73029023217 Mon Sep 17 00:00:00 2001 From: Tom Witkowski Date: Fri, 5 Mar 2021 11:45:14 +0100 Subject: [PATCH] v1.7.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ea668..ed8004c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `ignition-stackoverflow` will be documented in this file +## 1.7.0 - 2021-02-05 + +- add explicit PHP 8.0 support +- remove `base_path()` from search query - [#20](https://github.com/Astrotomic/ignition-stackoverflow/pull/20) + ## 1.6.0 - 2020-09-14 - add Laravel 8 support