From 9c45a27a5a96314477e82c4453d75abd4e4ce963 Mon Sep 17 00:00:00 2001 From: "P. K. Tharindu" Date: Sun, 17 Apr 2022 09:44:24 +0530 Subject: [PATCH] Update readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index b1120f8..2e03b99 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,10 @@ Add Permissions based authorization for your Nova installation via Role-Based Access Control (RBAC). Roles are defined in the database whereas Permissions are defined in the code base. It allows you to group your Permissions into Groups and attach it to Users. +| Nova 4 | v3.x | +|-----------|------| +| <= Nova 3 | v2.x | + If you like this package, show some love by starring the repo. 🙏 This package is inspired by [Silvanite\Brandenburg](https://github.com/Silvanite/brandenburg) as it has clear separation of concerns.