diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f4d0e1..9a88294e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# 4.14.1 + +##### Improvements +- We removed some redundant logging for the catalog sync. + +##### Bug fixes +- In 4.14.0 `connectorVersion` was missing from integration insight data; this is now fixed. +- We removed a trailing comma in method arguments that broke compilation in PHP 7.1. +- The 'use offset' flag is removed from the customer sales data migration type. + # 4.14.0 ##### What's new diff --git a/composer.json b/composer.json index 7a9a5337..1af414a1 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "dotdigital/dotdigital-magento2-extension", "description": "Dotdigital for Magento 2", "type": "magento2-module", - "version": "4.14.0", + "version": "4.14.1", "license": "MIT", "repositories": [ {