Added - Tests now mocked automatically against [prism](https://stoplight.io/prism/)
3.0.1
Fixed - [Issue 185](https://github.com/sendgrid/sendgrid-python/issues/185): Getting HTTP Error 406 when getting bounces Updated - Examples, USAGE.md and Unit Tests with updated content and new endpoints
3.0.0
BREAKING CHANGE - The breaking change actually happened in [version 2.3.0](https://github.com/sendgrid/python-http-client/releases/tag/v2.3.0), which I mistakenly applied a minor version bump. - This version replaces error handling via HTTPError from urllib in favor of custom error handling via the [HTTPError class](python_http_client/exceptions.py).
2.4.0
Added - 19 Added support for slash. Created "to_dict" property in response object and exception class. - Thanks, [Lucas Cardoso](https://github.com/MrLucasCardoso)!
2.3.0
Added - 17 Added support for error handling - Thanks, [Dibya Prakash Das](https://github.com/dibyadas)!