What's Changed
Breaking changes:
- Fixes #177 - use pointer to roles for Member.Update by @logan-stytch in #178
This is a MAJOR update because of the breaking change above - which is just changing the type of theRoles
slice inMember.UpdateParams
from[]string
to*[]string
. This was changed to provide a way for clients to effectively "clear" roles from a member, like mentioned in #177.
Full Changelog: v13.4.0...v14.0.0