From dc58974c2543998e09cdf246566165727123a140 Mon Sep 17 00:00:00 2001 From: bepsvpt <8221099+bepsvpt@users.noreply.github.com> Date: Wed, 27 Mar 2024 08:15:44 +0800 Subject: [PATCH] chore: release 3.0.1 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b791944..b1741f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ ## 3.x +- 3.0.1 (2024-03-27) + - Fix path when encoding from UploadedFile + - 3.0.0 (2024-02-10) - Added support for the libvips ([php-vips](https://github.com/libvips/php-vips)) image processing library as a driver. - Separated from the [intervention/image](https://github.com/Intervention/image) library. + - Support Laravel 11 ## 2.x diff --git a/README.md b/README.md index 6a9a191..f16700b 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ BlurHash is a compact representation of a placeholder for an image. ## Version -3.0.0 +3.0.1 ### Supported Laravel Version -8.0 ~ 10.x +8.0 ~ 11.x ## Installation