diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e34faa8..9c96c095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.4.2] - 21 June 2023 ### Fixed - Prevent add-to-cart to trigger view-cart, when view-cart is on cart-page only - Missing Quantity Parameter in add_to_cart Event diff --git a/composer.json b/composer.json index e2d1946f..f4221828 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "yireo/magento2-googletagmanager2", - "version": "3.4.1", + "version": "3.4.2", "license": "OSL-3.0", "type": "magento2-module", "homepage": "https://www.yireo.com/software/magento-extensions/googletagmanager2",