diff --git a/RELEASELOG.md b/RELEASELOG.md index baecad7..44425ca 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,3 +1,8 @@ +# v1.1.0 + +- Fixed guest cart merging after logging in as customer +- Improved the performance for processing large amount of orders + # v1.0.0 - Implemented new UI for Initial Import configuration diff --git a/composer.json b/composer.json index 77d8921..734c883 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "bloomreach/bloomreach-engagement-connector-magento", - "version": "1.0.0", + "version": "1.1.0", "description": "The module provides the Bloomreach integration with Magento 2.", "type": "magento2-module", "authors": [ diff --git a/etc/module.xml b/etc/module.xml index eb634c9..94df35c 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -7,5 +7,5 @@ --> - +