diff --git a/CHANGELOG.md b/CHANGELOG.md index 81bf8fde..787b7a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## [101.2.58](https://github.com/mailchimp/mc-magento2/tree/101.2.58) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.57...101.2.58) + +**Implemented enhancements:** + +- Add controls to the webhook cron to exclude stores with no mailchimp store [\#1880](https://github.com/mailchimp/mc-magento2/issues/1880) +- Use the activity API end point to fill the campaign id [\#1866](https://github.com/mailchimp/mc-magento2/issues/1866) + +**Fixed bugs:** + +- SQL Error on config page right after installation [\#1865](https://github.com/mailchimp/mc-magento2/issues/1865) +- Trinidad & Tobago country incorrectly synced [\#1863](https://github.com/mailchimp/mc-magento2/issues/1863) +- Unescaped output [\#1841](https://github.com/mailchimp/mc-magento2/issues/1841) +- Cannot save some customers [\#1840](https://github.com/mailchimp/mc-magento2/issues/1840) +- Error "Resource Not Found for Api Call:" when try to access batches grid [\#1834](https://github.com/mailchimp/mc-magento2/issues/1834) +- Magento subscription email sent despite 'Magento always managed emails' set to 'No' [\#1311](https://github.com/mailchimp/mc-magento2/issues/1311) + + ## [101.2.57](https://github.com/mailchimp/mc-magento2/tree/101.2.57) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.56...101.2.57) diff --git a/composer.json b/composer.json index 968dfa42..480d5343 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "101.2.57", + "version": "101.2.58", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index faf5bd65..b1cfba35 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +