diff --git a/CHANGELOG.md b/CHANGELOG.md index f029a69..eb3af19 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.11] - 11 February 2025 +### Fixed +- Fix possible warning with DOM loading + ## [0.5.10] - 11 December 2024 ### Fixed - Fix issues from #83 diff --git a/composer.json b/composer.json index 2cbba01..044d3dd 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "yireo/magento2-next-gen-images", "license": "OSL-3.0", - "version": "0.5.10", + "version": "0.5.11", "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",