diff --git a/CHANGELOG.md b/CHANGELOG.md index 22ef55d1..a3367c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [103.4.63](https://github.com/mailchimp/mc-magento2/tree/103.4.63) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/103.4.62...103.4.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) + ## [103.4.62](https://github.com/mailchimp/mc-magento2/tree/103.4.62) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/103.4.61...103.4.62) diff --git a/composer.json b/composer.json index b896e591..d891c963 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "103.4.62", + "version": "103.4.63", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index 4aee7fd2..9572bf5a 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +