We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac4dda commit 0658029Copy full SHA for 0658029
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+2.4.2
2
+=============
3
+* Added support for versions:
4
+
5
+ * Magento Open Source: 2.4.2
6
+ * Magento Commerce: 2.4.2
7
8
+* Fixed bugs:
9
10
+ * Add support for non-default attribute set groups
11
+ * Time difference issue
12
13
2.4.1
14
=============
15
* Added support for versions:
composer.json
@@ -1,7 +1,7 @@
{
"name": "magento/data-migration-tool",
"description": "Migration Tool",
- "version": "2.4.1",
+ "version": "2.4.2",
"require": {
"symfony/console": "~4.4.0",
"magento/framework": "*",
0 commit comments