diff --git a/CHANGELOG.md b/CHANGELOG.md index 264f207d..9aff4133 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] +## [3.5.3] - 4 July 2023 +### Fixed +- JS error flooding error console (#178 @WouterSteen) + ## [3.5.2] - 4 July 2023 ### Fixed - `DataLayer/Tag/EnhancedConversions/Sha256EmailAddress.php` breaks in PHP 7.4 @koentjeh diff --git a/composer.json b/composer.json index 4bcafe67..278ac2d3 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "yireo/magento2-googletagmanager2", - "version": "3.5.2", + "version": "3.5.3", "license": "OSL-3.0", "type": "magento2-module", "homepage": "https://www.yireo.com/software/magento-extensions/googletagmanager2",