From 5c1536df07e4629a5f50a852c6af7be89469aa1c Mon Sep 17 00:00:00 2001 From: Kevin Kozan Date: Fri, 24 May 2019 08:59:25 -0500 Subject: [PATCH] MQE-1570: Add release to CHANGELOG.MD - Version bump - Changelog Notes --- CHANGELOG.md | 10 ++++++++++ bin/mftf | 2 +- composer.json | 2 +- composer.lock | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afcb80adc..de0310a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Magento Functional Testing Framework Changelog ================================================ +2.4.1 +----- +* Traceability + * XSD Schema validation is now enabled by default in `generate:tests` + * `generate:tests --debug` option has been updated to include different debug levels + * See DevDocs for details + +### Fixes +* Fixed an issue where `skipReadiness` attribute would cause false XSD Schema validation errors. + 2.4.0 ----- ### Enhancements diff --git a/bin/mftf b/bin/mftf index bebc55b94..207dab6ff 100755 --- a/bin/mftf +++ b/bin/mftf @@ -29,7 +29,7 @@ try { try { $application = new Symfony\Component\Console\Application(); $application->setName('Magento Functional Testing Framework CLI'); - $application->setVersion('2.4.0'); + $application->setVersion('2.4.1'); /** @var \Magento\FunctionalTestingFramework\Console\CommandListInterface $commandList */ $commandList = new \Magento\FunctionalTestingFramework\Console\CommandList; foreach ($commandList->getCommands() as $command) { diff --git a/composer.json b/composer.json index 21a2670c0..d226371ea 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "magento/magento2-functional-testing-framework", "description": "Magento2 Functional Testing Framework", "type": "library", - "version": "2.4.0", + "version": "2.4.1", "license": "AGPL-3.0", "keywords": ["magento", "automation", "functional", "testing"], "config": { diff --git a/composer.lock b/composer.lock index 2e539fcf2..c858ceff4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4ae7e6856deb8d93cae8f3d7c2fbb3c0", + "content-hash": "6b2b6a074f053fe28df2633e8bce095f", "packages": [ { "name": "allure-framework/allure-codeception",