diff --git a/CHANGELOG.md b/CHANGELOG.md index 270e892b..2c8e1881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -391,3 +391,6 @@ * Manage empty attribute values returned by Akeneo API by creating missing columns inside product temporary table * Improve extension coding standards * Fix column size improvement to manage uppercase attribute codes + +### Version 103.3.1 : +* Fix product job import for a family with only the SKU attribute inside it diff --git a/composer.json b/composer.json index e60df35c..01ee5819 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "nyholm/psr7": "^1.5" }, "type": "magento2-module", - "version": "103.3.0", + "version": "103.3.1", "license": [ "OSL-3.0", "AFL-3.0"