diff --git a/CHANGELOG.md b/CHANGELOG.md index c7cc625..9d8753d 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] +## [1.4.18] - 26 June 2022 +### Fixed +- Loosen symfony/dom-crawler constraint #40 (@bramstroker) + ## [1.4.17] - 18 June 2022 ### Fixed - Only preload CSS when critical CSS is disabled (@Quazz) diff --git a/composer.json b/composer.json index f4ff177..591251f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "yireo/magento2-linkpreload", - "version": "1.4.17", + "version": "1.4.18", "license": "OSL-3.0", "type": "magento2-module", "homepage": "https://www.yireo.com/software/magento-extensions/linkpreload",