Skip to content

Commit 78e8a83

Browse files
authored
Merge pull request #448 from magento-commerce/MFTF5.0.3
MFTF 5.0.3 Release
2 parents a7bbc8e + 5c8ba7f commit 78e8a83

File tree

4 files changed

+109
-95
lines changed

4 files changed

+109
-95
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Magento Functional Testing Framework Changelog
22
================================================
33

4+
5.0.3
5+
---------
6+
### Fixes
7+
* Added support for chrome 131
8+
9+
5.0.2
10+
---------
11+
### Fixes
12+
* Removed support for chrome 131
13+
14+
5.0.1
15+
---------
16+
### Enhancement
17+
* Provided support for chrome 131
18+
419
5.0.0
520
---------
621
### Enhancements

Diff for: composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/magento2-functional-testing-framework",
33
"description": "Magento2 Functional Testing Framework",
44
"type": "library",
5-
"version": "5.0.0",
5+
"version": "5.0.3",
66
"license": "AGPL-3.0",
77
"keywords": ["magento", "automation", "functional", "testing"],
88
"config": {
@@ -71,4 +71,3 @@
7171
},
7272
"bin": ["bin/mftf"]
7373
}
74-

0 commit comments

Comments
 (0)