From 2ec19872c34ec2048bcff507f4a4a582e756436a Mon Sep 17 00:00:00 2001 From: Jisse Reitsma Date: Mon, 5 Feb 2024 14:57:10 +0100 Subject: [PATCH] Release --- CHANGELOG.md | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c3a2e93..9128cf0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.7.9] - 5 February 2024 ### Fixed - Fix integration test - Fix potential issues with products only in Root Category diff --git a/composer.json b/composer.json index e809dc43..8f52cdb2 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "yireo/magento2-googletagmanager2", - "version": "3.7.8", + "version": "3.7.9", "license": "OSL-3.0", "type": "magento2-module", "homepage": "https://www.yireo.com/software/magento-extensions/googletagmanager2",