From 7017812450ddd02c32c4fe2b4e8f9c72b24a2795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Robles?= Date: Tue, 6 Dec 2022 21:46:01 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4618817..4f16a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - New `scout:tasks-cancel` command to cancel tasks -- New `scout:tasks-prune` command to remove succeeded and cancelled tasks (can optionally include failed with option `--include-failed`) +- New `scout:tasks-prune` command to remove succeeded and canceled tasks (can optionally include failed with option `--include-failed`) ### Changed - This package now enforces official's Meilisearch PHP version depending on its own needs +### Removed + +- Drop PHP 7.4 support + ## [2.0.2] - 2022-12-06 ### Fixed