From 3d4e611291df130983fc83cf7dbe883ea09e7f16 Mon Sep 17 00:00:00 2001 From: Denis Kopylov Date: Fri, 14 Aug 2020 23:48:16 +0300 Subject: [PATCH] Release ver. 1.0.1 --- CHANGESLOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGESLOG.md b/CHANGESLOG.md index c5b65c8..942b03a 100644 --- a/CHANGESLOG.md +++ b/CHANGESLOG.md @@ -1,3 +1,7 @@ +1.0.1 +============ +- Refactored update account flag logic + 1.0.0 ============ - Allow disable two factor authentication globally diff --git a/composer.json b/composer.json index 5ef7d9d..a6e4350 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "magenius/module-two-fa-switch", - "version": "1.0.0", + "version": "1.0.1", "description": "Magenius 2FA Switch Module", "type": "magento2-module", "require": {