- `accept` and `decline` invite endpoints fixed - `change` owner now works by `UserCompany` instance id - Invite permissions fixed
2.3.0
- Added `is_blocked` filter to `company/{id}/user` endpoint
2.2.0
- Set `blank=True` to field `user` of `InviteToCompany` model - Pagination added to `invites` endpoint
2.1.1
- `CompanyOwnerOnly` and `CompanyAdminOnly` permissions bug fixed
2.1.0
- `lookup_field` updated to `id` in invite view.
2.0.0
- Fields `owner` from `Company`, `is_admin` from `UserCompany` and `Invite` models deprecated - `change_role` endpoint added - `status` filter added to `invites` list endpoint - All permissions are in views now - `user` field added to invite functionality