diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2ef972..6c4036b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -355,3 +355,9 @@ ### Version 103.0.3 : * Fix simple product association with configurable product when a variation from a two-level family variant is imported without the product model + +### Version 103.0.4 : +* Fix "setRelated" temporary table name to unique value +* Fix product model variant change in `catalog_product_super_attribute` table +* Fix `Too few arguments to function Laminas\Diactoros\ResponseFactory::__construct()` issue by adding `nyholm/psr7` dependency +* Fix missing "$edition" variable in `Job/Product.php` diff --git a/composer.json b/composer.json index d156f8dd..4ea8e037 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "nyholm/psr7": "^1.5" }, "type": "magento2-module", - "version": "103.0.3", + "version": "103.0.4", "license": [ "OSL-3.0", "AFL-3.0"