Skip to content

Commit cb65e32

Browse files
Version Bump v3.0.1: Fix 185, content updates
1 parent 7560f0c commit cb65e32

File tree

15 files changed

+575
-138
lines changed

15 files changed

+575
-138
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [3.0.1] - 2016-07-05 ##
5+
### Fixed
6+
- [Issue 185](https://github.com/sendgrid/sendgrid-python/issues/185): Getting HTTP Error 406 when getting bounces
7+
### Updated
8+
- Examples, USAGE.md and Unit Tests with updated content and new endpoints
9+
410
## [3.0.0] - 2016-06-13 ##
511
### Added
612
- Breaking change to support the v3 Web API

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
**BREAKING CHANGE as of 2016.06.14**
88

9-
Version `3.0.0` is a breaking change for the entire library.
9+
Version `3.X.X` is a breaking change for the entire library.
1010

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

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

2122
Thank you for your continued support!
2223

0 commit comments

Comments
 (0)