diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c20948..9e864550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [101.2.63](https://github.com/mailchimp/mc-magento2/tree/101.2.63) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.61...101.2.63) + +**Implemented enhancements:** + +- Add the date to the error grid [\#1972](https://github.com/mailchimp/mc-magento2/issues/1972) + +**Fixed bugs:** + +- Order status change is not synced when done through webapi [\#1985](https://github.com/mailchimp/mc-magento2/issues/1985) +- Column not found: 1054 Unknown column 'mailchimp\_sync' in 'order clause' [\#1981](https://github.com/mailchimp/mc-magento2/issues/1981) + ## [101.2.61](https://github.com/mailchimp/mc-magento2/tree/101.2.61) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.60...101.2.61) diff --git a/composer.json b/composer.json index 2e6af7e6..e36a16a6 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "101.2.61", + "version": "101.2.63", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index 8376c1a8..8f71d6eb 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +