diff --git a/CHANGELOG.md b/CHANGELOG.md index 787b7a03..9f9a8c41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [101.2.60](https://github.com/mailchimp/mc-magento2/tree/101.2.60) + +[Full Changelog](https://github.com/mailchimp/mc-magento2/compare/101.2.59...101.2.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) + + ## [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) diff --git a/composer.json b/composer.json index 480d5343..64069ed2 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ }, "description": "Connect MailChimp with Magento", "type": "magento2-module", - "version": "101.2.58", + "version": "101.2.60", "authors": [ { "name": "Ebizmarts Corp", diff --git a/etc/module.xml b/etc/module.xml index b1cfba35..851e84e5 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -11,7 +11,7 @@ */ --> - +