**Fixed** - Fixed Management API Grants class instantiation [\179](https://github.com/auth0/auth0-python/pull/179) ([beck3905](https://github.com/beck3905))
3.6.0
------------------
**Added** - Add grants, custom domains, rules_configs to API [\177](https://github.com/auth0/auth0-python/pull/177) ([sagnew-dg](https://github.com/sagnew-dg))
3.5.0
------------------
**Added** - Add Revoke Refresh Token endpoint [\170](https://github.com/auth0/auth0-python/pull/170) ([lbalmaceda](https://github.com/lbalmaceda)) - Add /dbconnections/signup with username and metadata [\169](https://github.com/auth0/auth0-python/pull/169) ([lbalmaceda](https://github.com/lbalmaceda))
3.4.0
------------------
**Added** - Add `client_id` param to ClientGrants.all [\159](https://github.com/auth0/auth0-python/pull/159) ([danishprakash](https://github.com/danishprakash)) - Add telemetry headers to AuthenticationBase [\152](https://github.com/auth0/auth0-python/pull/152) ([crgk](https://github.com/crgk)) - Add pre-commit pypgrade hook and update supported versions [\124](https://github.com/auth0/auth0-python/pull/124) ([hugovk](https://github.com/hugovk)) - Implemented delete_user_by_email and test for connections [\122](https://github.com/auth0/auth0-python/pull/122) ([runz0rd](https://github.com/runz0rd)) - Adds user export job creation. [\112](https://github.com/auth0/auth0-python/pull/112) ([dmark](https://github.com/dmark))
**Changed** - String Formatting Updated [\141](https://github.com/auth0/auth0-python/pull/141) ([vkmrishad](https://github.com/vkmrishad)) - Uses Python built-in modules to retrieve Python and auth0-python version number [\125](https://github.com/auth0/auth0-python/pull/125) ([edawine](https://github.com/edawine))
**Fixed** - Stop lower-casing email on user search [\167](https://github.com/auth0/auth0-python/pull/167) ([helmus](https://github.com/helmus)) - Always include Content-Type header in management requests [\158](https://github.com/auth0/auth0-python/pull/158) ([crgk](https://github.com/crgk))
3.3.0
------------------
**Added** - Add pagination to Clients and Connections - Add pagination to Client Grants, Resource Servers and Rules - Add Email-Templates Management API endpoints
**Fixed** - Replace default mutable arguments with None - Fix JSON error message handling for Management API
3.2.2
------------------
**Fixed** - Upload the correct package contents to Pypi.