diff --git a/CHANGES.md b/CHANGES.md index 7063f6db38..67429709bf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +# Version 0.6.2 (PRE-RELEASE) + +## Bug Fixes + +- Fixed custom domain not setting correct domain +- Fixed wrong SDK method type in avatars browser route +- Fixed bug denied public documents (*) to be accessed by guest users + # Version 0.6.1 (PRE-RELEASE) ## Bug Fixes diff --git a/app/config/roles.php b/app/config/roles.php index e690783172..f462305d97 100644 --- a/app/config/roles.php +++ b/app/config/roles.php @@ -58,6 +58,7 @@ return [ 'public', 'home', 'console', + 'documents.read', 'files.read', 'locale.read', 'avatars.read',