All news here are _BREAKING CHANGES_ for anyone relying on the old behaviours. Most should not be affected!
* New `permissions_any` in both types and mutations to define if the general permissions should be checked by "all" (all permissions are given) or "any" (any permissions are given). Defaults to `True` (and thus is a breaking change comparing to the way it used to work)
* `graphene_django_plus.exceptions.PermissionDenied` now inherits from `django.core.exceptions.PermissionDenied` instead of trying to inherit from `graphql_jwt`'s
* Removal of `prefetch` from type. `graphene_django_optimizer` should already be doing that correctly those days.