From 53b12f586292f71786b911521b34ac798c31cafc Mon Sep 17 00:00:00 2001 From: jisse Reitsma Date: Mon, 17 Jul 2023 16:33:35 +0200 Subject: [PATCH] Release --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aff4133..e21e57be 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.4] - 17 July 2023 +### Fixed +- Argument name `productPath` should be `product_path` #179 @meminuygur + ## [3.5.3] - 4 July 2023 ### Fixed - JS error flooding error console (#178 @WouterSteen) diff --git a/composer.json b/composer.json index 278ac2d3..44953e84 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "yireo/magento2-googletagmanager2", - "version": "3.5.3", + "version": "3.5.4", "license": "OSL-3.0", "type": "magento2-module", "homepage": "https://www.yireo.com/software/magento-extensions/googletagmanager2",