diff --git a/CHANGELOG.md b/CHANGELOG.md index b3ec8b5..b49354a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.3] - 22 May 2024 +### Fixed +- Make sure that HTML attribute values with double-quotes are still working #77 + ## [0.5.2] - 4 April 2024 ### Fixed - Compatibility with Magento >=2.4.7-beta3 diff --git a/composer.json b/composer.json index 8ca7c38..675557b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "yireo/magento2-next-gen-images", "license": "OSL-3.0", - "version": "0.5.2", + "version": "0.5.3", "type": "magento2-module", "homepage": "https://www.yireo.com/software/magento-extensions/next-gen-images", "description": "Magento 2 module to add NextGen images support to the Magento frontend",