Skip to content

Commit ebce2b2

Browse files
committed
Update readme
Signed-off-by: Lloric Mayuga Garcia <lloricode@gmail.com>
1 parent df0261c commit ebce2b2

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22

33
All notable changes to `spatie-image-optimizer-health-check` will be documented in this file.
44

5+
## 2.0.0 - 2023-10-12
6+
7+
- Drop support for PHP 8.0 and below (to use Process facade and able to mock for testing).
8+
- Drop support for Laravel 9.0 and below.
9+
- Use php native enums.
10+
- Update dependencies to the latest versions.
11+
- Move a process to `Spatie\ImageOptimizer\HealthCheck\HealthCheckProcess` class.
12+
513
## 1.0.3 - 2023-02-03
614

7-
- Fix checks with proper parameters in different tools
15+
- Fix checks with proper parameters in different tools.
816

917
## 1.0.1 - 2023-02-03
1018

11-
- Fix cwebp checks
19+
- Fix cwebp checks.
1220

1321
## 1.0.0 - 2023-01-29
1422

15-
- initial release
23+
- initial release.

0 commit comments

Comments
 (0)