diff --git a/CHANGELOG.md b/CHANGELOG.md index 5345daf..4a95244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # ImageOptimize Changelog -## 4.0.7 - UNRELEASED +## 4.0.7 - 2024.04.04 ### Added * Added the ability to pass in a config array to `.imgTag()`, `.pictureTag()` and `.linkPreloadTag()` +### Changed +* Changed `.loading()` → `.loadingStrategy()`, `.artDirection()` → `addSourceFrom()` + ## 4.0.6 - 2024.04.02 ### Added * Added a `--queue` option to the `image-optimize/optimize/create` console command if you want to defer the image generation to be run via queue job, rather than immediately via the console command