------------------
July 18, 2019: This release included an unintentionally breaking change affecting those users that were manually parsing the response from GET requests. e.g. /userinfo or /authorize. The `AuthenticationBaseget` method was incorrectly parsing the request result into a String.
From this release on, making a GET request returns a Dictionary instead.
**Breaking Change**
- Fix request creation when headers are the default [\198](https://github.com/auth0/auth0-python/pull/198) ([lbalmaceda](https://github.com/lbalmaceda)).