diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e023834..cd0be45c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [100.1.60](https://github.com/mailchimp/mc-magento2/tree/100.1.60) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/100.1.59...100.1.60) + +**Fixed bugs:** + +- Abs fail when discount amount is null [\#1921](https://github.com/mailchimp/mc-magento2/issues/1921) +- Check in webhook cron if the listid is OK when get the groups [\#1914](https://github.com/mailchimp/mc-magento2/issues/1914) + ## [100.1.58](https://github.com/mailchimp/mc-magento2/tree/100.1.58) [Full Changelog](https://github.com/mailchimp/mc-magento2/compare/100.1.57...100.1.58) diff --git a/composer.json b/composer.json index d2b5b92d..7586815c 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "100.1.58", + "version": "100.1.60", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index 43939712..fb0869b5 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +