diff --git a/CHANGESLOG.md b/CHANGESLOG.md index 942b03a..d62d1e9 100644 --- a/CHANGESLOG.md +++ b/CHANGESLOG.md @@ -1,3 +1,7 @@ +1.0.2 +============ +- Added support Magento 2.4.1 + 1.0.1 ============ - Refactored update account flag logic diff --git a/composer.json b/composer.json index a6e4350..4e9f8ed 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,11 @@ { "name": "magenius/module-two-fa-switch", - "version": "1.0.1", + "version": "1.0.2", "description": "Magenius 2FA Switch Module", "type": "magento2-module", "require": { "magento/framework": "103.0.*", - "magento/module-two-factor-auth": "1.0.*", + "magento/module-two-factor-auth": "1.0.*|1.1.*", "magento/module-backend": "102.0.*" }, "license": [