diff --git a/CHANGELOG.md b/CHANGELOG.md index 10661985..062c841d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 2.7.1 +## Fixes +- Fixed a bug that that allow the bypass of the unlock screen when the application is open +for the first time + # Version 2.7.0 ## Features - Updated all the "retaking" texts to be "redelegate" instead diff --git a/package.json b/package.json index b70163ee..372b2972 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "desmos-profile-manager", - "version": "2.7.0", + "version": "2.7.1", "private": true, "scripts": { "postinstall": "patch-package && rn-nodeify -y --install stream,crypto,path --hack",