diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf00ed4..2ffb4150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [101.2.61](https://github.com/mailchimp/mc-magento2/tree/102.3.61) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.60...102.3.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) + ## [102.3.60](https://github.com/mailchimp/mc-magento2/tree/102.3.60) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.59...102.3.60) diff --git a/composer.json b/composer.json index 8e4cd768..c57edd7f 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "102.3.60", + "version": "102.3.61", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index 811fbac5..be01d6e8 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +