diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2502e..f3afcf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 3.0.8 - 2023-10-10 + +### Changed +- Improve performance when resizing images and larger-than checks. + +### Fixed +- Fix an error when trying to process remote-filesystem assets. +- Fix filesize estimation to detect resulting larger images not being correct. + ## 3.0.7 - 2023-08-17 ### Fixed diff --git a/composer.json b/composer.json index 95e7aa9..0cbd941 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/image-resizer", "description": "Resize assets when they are uploaded.", "type": "craft-plugin", - "version": "3.0.7", + "version": "3.0.8", "keywords": [ "craft", "cms",