diff --git a/CHANGELOG.md b/CHANGELOG.md index a203daec..ee988122 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.8] - 9 August 2023 +### Fixed +- Use correct ID reference with product clicks on PLP pages + ## [3.5.7] - 22 July 2023 ### Fixed - Again prevent JS error `Cannot read properties of undefined` under Hyva #181 diff --git a/composer.json b/composer.json index 7d9f5c4b..e0c2207e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "yireo/magento2-googletagmanager2", - "version": "3.5.7", + "version": "3.5.8", "license": "OSL-3.0", "type": "magento2-module", "homepage": "https://www.yireo.com/software/magento-extensions/googletagmanager2",