diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c1b41d..0fc3d138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.5.0] - 4 July 2023 ### Fixed - Automagically add an index to every product being mapped #169 +### Added +- Support For Enhanced Conversions (@sprankhub) + ## [3.4.5] - 27 June 2023 ### Fixed - Fix issue with uninitialized `eventData` caused by 3.4.4 diff --git a/composer.json b/composer.json index 32ab952c..4dc426ce 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "yireo/magento2-googletagmanager2", - "version": "3.4.5", + "version": "3.5.0", "license": "OSL-3.0", "type": "magento2-module", "homepage": "https://www.yireo.com/software/magento-extensions/googletagmanager2",