From a60a9b723a4179e78447d1382cb7fddec3f36a67 Mon Sep 17 00:00:00 2001 From: Cid Lopes Date: Tue, 11 Jun 2024 14:25:39 +0300 Subject: [PATCH] Bump version && update changelog --- CHANGELOG.md | 4 ++++ composer.json | 2 +- etc/module.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1245c1d07..67bb59094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. +### 7.6.0 +* Deprecate MySQL as message queue provider, the extension now uses RabbitMQ as the default message queue provider +* Add command to clear the Nosto message queue + ### 7.5.1 * Upgrade SDK to 7.4 * Remove PII information from Order Export diff --git a/composer.json b/composer.json index 1adf6dbfc..4a128c076 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nosto/module-nostotagging", "description": "Increase your conversion rate and average order value by delivering your customers personalized product recommendations throughout their shopping journey.", "type": "magento2-module", - "version": "7.5.1", + "version": "7.6.0", "require-dev": { "phpmd/phpmd": "^2.5", "sebastian/phpcpd": "*", diff --git a/etc/module.xml b/etc/module.xml index 933a24fbf..d7070be90 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -37,5 +37,5 @@ - +