diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d152082..dc9ec3ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [103.4.60](https://github.com/mailchimp/mc-magento2/tree/103.4.60) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/103.4.59...103.4.60) + +**Fixed bugs:** + +- The token change and can't retrieve the cart from the abandoned cart email [\#1930](https://github.com/mailchimp/mc-magento2/issues/1930) +- Abs fail when discount amount is null [\#1921](https://github.com/mailchimp/mc-magento2/issues/1921) +- Error table prefix [\#1920](https://github.com/mailchimp/mc-magento2/issues/1920) +- Check in webhook cron if the listid is OK when get the groups [\#1914](https://github.com/mailchimp/mc-magento2/issues/1914) + ## [103.4.59](https://github.com/mailchimp/mc-magento2/tree/103.4.59) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/103.4.58...103.4.59) diff --git a/composer.json b/composer.json index db9de627..fbb8469f 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "103.4.59", + "version": "103.4.60", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index 729e21ca..cedc800f 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +