Skip to content

Commit

Permalink
Version Bump v3.0.1: Fix 185, content updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Jul 5, 2016
1 parent 7560f0c commit cb65e32
Show file tree
Hide file tree
Showing 15 changed files with 575 additions and 138 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## [3.0.1] - 2016-07-05 ##
### 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] - 2016-06-13 ##
### Added
- Breaking change to support the v3 Web API
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

**BREAKING CHANGE as of 2016.06.14**

Version `3.0.0` is a breaking change for the entire library.
Version `3.X.X` is a breaking change for the entire library.

Version 3.0.0 brings you full support for all Web API v3 endpoints. We
Version 3.X.X brings you full support for all Web API v3 endpoints. We
have the following resources to get you started quickly:

- [SendGrid
Expand All @@ -17,6 +17,7 @@ have the following resources to get you started quickly:
Documentation](https://github.com/sendgrid/sendgrid-python/tree/master/USAGE.md)
- [Example
Code](https://github.com/sendgrid/sendgrid-python/tree/master/examples)
- [Migration from v2 to v3](https://sendgrid.com/docs/Classroom/Send/v3_Mail_Send/how_to_migrate_from_v2_to_v3_mail_send.html)

Thank you for your continued support!

Expand Down
Loading

0 comments on commit cb65e32

Please sign in to comment.