diff --git a/CHANGELOG.md b/CHANGELOG.md index ed527fdd..b92baba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [102.3.49-p1](https://github.com/mailchimp/mc-magento2/tree/102.3.49-p1) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.48-p1...102.3.49-p1) + +**Implemented enhancements:** + +- Query optimization for special prices [\#1535](https://github.com/mailchimp/mc-magento2/issues/1535) + +**Fixed bugs:** + +- Wrong query when load the configuration page and use db prefix [\#1557](https://github.com/mailchimp/mc-magento2/issues/1557) +- The subcribe at the bottom doesn't work [\#1551](https://github.com/mailchimp/mc-magento2/issues/1551) +- "Magento always manage emails" configuration blocking default Magento newsletter confirm email sending [\#1545](https://github.com/mailchimp/mc-magento2/issues/1545) +- Wrong column name in mailchimp\_stores [\#1533](https://github.com/mailchimp/mc-magento2/issues/1533) + ## [102.3.48-p1](https://github.com/mailchimp/mc-magento2/tree/102.3.48-p1) (2022-08-18) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/102.3.47-p1...102.3.48-p1) diff --git a/composer.json b/composer.json index 7248f4e0..5382a185 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "102.3.48-p1", + "version": "102.3.49-p1", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index bdc3f9d1..068cbfdc 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +