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
Added - Breaking change to support the v3 Web API - New HTTP client - v3 Mail Send helper
2.1.1
Added
- you can now pass an apikey to the SendGridAPIClient, per issue [168](https://github.com/sendgrid/sendgrid-python/issues/168). Thanks [Matt](https://github.com/mbernier)! - fix .rst formatting for PyPi
2.0.0
Added
- breaking change is only for the Web API v3 endpoints - we now have support for all Web API v3 endpoints
1.6.22
Fixed
- a call to GET api_keys after a call to DELETE api_keys would throw an error.