diff --git a/CHANGELOG.md b/CHANGELOG.md index 50f684a..aca2719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,3 +2,11 @@ All notable changes to `laravel-imgproxy` will be documented in this file. +## v0.2.0 - 2024-09-25 + +**Device Pixel Ratio Adjustment** + +- Introduced `setDpr` method to customize device pixel ratio +- Enables developers to optimize image quality for various screen resolutions + +**Full Changelog**: https://github.com/imsus/laravel-imgproxy/compare/v0.1.1...v0.2.0