From ebce2b20ffa5a2cec61c2dff6c63d8b3f5f50c24 Mon Sep 17 00:00:00 2001 From: Lloric Mayuga Garcia Date: Thu, 12 Oct 2023 01:00:42 +0800 Subject: [PATCH] Update readme Signed-off-by: Lloric Mayuga Garcia --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb0625..3bc2be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,22 @@ All notable changes to `spatie-image-optimizer-health-check` will be documented in this file. +## 2.0.0 - 2023-10-12 + +- Drop support for PHP 8.0 and below (to use Process facade and able to mock for testing). +- Drop support for Laravel 9.0 and below. +- Use php native enums. +- Update dependencies to the latest versions. +- Move a process to `Spatie\ImageOptimizer\HealthCheck\HealthCheckProcess` class. + ## 1.0.3 - 2023-02-03 -- Fix checks with proper parameters in different tools +- Fix checks with proper parameters in different tools. ## 1.0.1 - 2023-02-03 -- Fix cwebp checks +- Fix cwebp checks. ## 1.0.0 - 2023-01-29 -- initial release +- initial release.