diff --git a/CHANGELOG.md b/CHANGELOG.md index cd0be45c..a396ee2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [100.1.61](https://github.com/mailchimp/mc-magento2/tree/100.1.61) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/100.1.60...100.1.61) + +**Implemented enhancements:** + +- Put the inventory\_quantity = 0 when delete a product in magento [\#1945](https://github.com/mailchimp/mc-magento2/issues/1945) + +**Fixed bugs:** + +- Doesn't search for customer activity for modified orders [\#1951](https://github.com/mailchimp/mc-magento2/issues/1951) +- Abandoned cart button doesn't load the cart when click on it [\#1939](https://github.com/mailchimp/mc-magento2/issues/1939) + ## [100.1.60](https://github.com/mailchimp/mc-magento2/tree/100.1.60) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/100.1.59...100.1.60) diff --git a/composer.json b/composer.json index 7586815c..27054273 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "100.1.60", + "version": "100.1.61", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index fb0869b5..dc8ccb9c 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +