diff --git a/CHANGELOG.md b/CHANGELOG.md index 983cca43..a15672a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## [101.2.42](https://github.com/mailchimp/mc-magento2/tree/101.2.42) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/10121.41...101.2.42) + +**Implemented enhancements:** + +- Create custom field mapping [\#1025](https://github.com/mailchimp/mc-magento2/issues/1025) + +**Fixed bugs:** + +- Subscribing for a second time does not work. [\#1078](https://github.com/mailchimp/mc-magento2/issues/1078) +- Invalid date format when use mysql 8 [\#1066](https://github.com/mailchimp/mc-magento2/issues/1066) +- Unable to capture the order for a campaign [\#1065](https://github.com/mailchimp/mc-magento2/issues/1065) +- Notice: Undefined index: image\_url Model/Api/Product.php [\#1059](https://github.com/mailchimp/mc-magento2/issues/1059) +- Multistore product sync wrong name [\#1055](https://github.com/mailchimp/mc-magento2/issues/1055) + + ## [101.2.41](https://github.com/mailchimp/mc-magento2/tree/101.2.41) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.39...101.2.41) diff --git a/composer.json b/composer.json index 6f8a8ae6..e634b208 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "101.2.41", + "version": "101.2.42", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index cf71aa93..01ec2042 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +