v0.4.3
Added
- Added support to manage the project's permissions:
- List permissions:
ListProjectPermissions
; - Grant project's permissions to the user:
GrantPermissionToProject
; - Revoke project's permissions from the user:
RevokePermissionFromProject
.
- List permissions:
Changed
- [BREAKING] Changed the type of the attribute
Ips
in the structAllowedIps
.
Full Changelog: v0.4.2...v0.4.3