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