* `add_permissions` to bulk add privileges ([`6eb08e6`](https://github.com/educationwarehouse/edwh-auth-rbac/commit/6eb08e6a36ceca93847f40cf1d92205553193452))
0.5.0
Feature
* Improved add_permission and has_permission: target_key will now also be looked up (without ValueError on missing key) ([`df388be`](https://github.com/educationwarehouse/edwh-auth-rbac/commit/df388be6a497f0413c2f627dc8c289887b6d7385))
0.4.3
Fix
* Wildcards are only supported in 'privilege', not as object IDs to prevent confusion ([`6f2928e`](https://github.com/educationwarehouse/edwh-auth-rbac/commit/6f2928e9e7807494d6a2a4add8cdf87263b7566b))
0.4.2
Fix
* Replace str.format with fstrings to catch missing variables ([`d9d6457`](https://github.com/educationwarehouse/edwh-auth-rbac/commit/d9d64575f019a0d51573f17aef323805a05e4256))
0.4.1
Fix
* Memberhips -> memberships; get_ functions can return None ([`ebd7a0b`](https://github.com/educationwarehouse/edwh-auth-rbac/commit/ebd7a0b4940af61e54639eab80cddb256662f239))
0.4.0
Feature
* Support BYOG (bring your own gid) for all relevant add_ functions (item, group, user; not membership, permission) ([`aeb06d9`](https://github.com/educationwarehouse/edwh-auth-rbac/commit/aeb06d9ad7ba385c57fbc6836da878bd1775ae49))