diff --git a/CHANGELOG.md b/CHANGELOG.md index 0aa4dfa0..3edc2d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [100.1.42](https://github.com/mailchimp/mc-magento2/tree/100.1.42) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/100.1.41...100.1.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) + ## [100.1.41](https://github.com/mailchimp/mc-magento2/tree/100.1.41) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/100.1.39...100.1.41) diff --git a/composer.json b/composer.json index 923ddeae..d0a0e673 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "100.1.41", + "version": "100.1.42", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index 4cc0b992..76cc3453 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +