diff --git a/CHANGELOG.md b/CHANGELOG.md index b92baba8..a24e4bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [102.3.50-p1](https://github.com/mailchimp/mc-magento2/tree/102.3.50-p1) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.49-p1...102.3.50-p1) + +**Implemented enhancements:** + +- Clean the error table automatically based on a configuration setting [\#1577](https://github.com/mailchimp/mc-magento2/issues/1577) +- Slow-query optimization for product special prices [\#1569](https://github.com/mailchimp/mc-magento2/issues/1569) +- Create grid in admin that shows batch information [\#1465](https://github.com/mailchimp/mc-magento2/issues/1465) + +**Fixed bugs:** + +- The carts are not deleted from mailchimp when are converted in an order [\#1595](https://github.com/mailchimp/mc-magento2/issues/1595) +- Add a button to fix the chimpstatic js in the frontend [\#1584](https://github.com/mailchimp/mc-magento2/issues/1584) + ## [102.3.49-p1](https://github.com/mailchimp/mc-magento2/tree/102.3.49-p1) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.48-p1...102.3.49-p1) diff --git a/composer.json b/composer.json index 5382a185..643dada9 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "102.3.49-p1", + "version": "102.3.50-p1", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index 068cbfdc..3486e213 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +