-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9cbd8c2
commit 7f30b43
Showing
2 changed files
with
32 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,65 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
|
||
## [1.5.8] - 2015-10-21 ## | ||
|
||
### Added ### | ||
- Global Suppressions [GET] | ||
|
||
## [1.5.7] - 2015-10-19 ## | ||
|
||
|
||
### Added ### | ||
- Include MIT.LICENSE in release tarball | ||
|
||
## [1.5.6] - 2015-10-16 ## | ||
|
||
### Fixed ### | ||
- Removed unsupported endpoint | ||
|
||
## [1.5.5] - 2015-10-16 ## | ||
|
||
### Added ### | ||
- Added Unsubscribe Groups [POST] | ||
|
||
## [1.5.4] - 2015-10-15 ## | ||
|
||
### Added ### | ||
- Global Suppressions [GET] | ||
|
||
## [1.5.3] - 2015-09-29 ## | ||
|
||
### Added | ||
### Added ### | ||
- Refactored tests and added Tox support | ||
- Framework for Web API v3 endpoints | ||
- Web API v3 endpionts: apikeys, ASM groups and ASM suppressions | ||
|
||
### Fixed | ||
### Fixed ### | ||
- Python 3 Fix [#126](https://github.com/sendgrid/sendgrid-python/issues/126) | ||
|
||
## [1.4.3] - 2015-09-22 | ||
### Fixed | ||
## [1.4.3] - 2015-09-22 ## | ||
|
||
### Fixed ### | ||
- Reply To header now supports friendly name [#110](https://github.com/sendgrid/sendgrid-python/issues/110) | ||
|
||
## [1.4.2] - 2015-09-15 | ||
### Added | ||
## [1.4.2] - 2015-09-15 ## | ||
|
||
### Added ### | ||
- Upgrade Mail to new-style class, on Python 2.x. | ||
|
||
## [1.4.1] - 2015-09-09 | ||
### Added | ||
## [1.4.1] - 2015-09-09 ## | ||
|
||
### Added ### | ||
- Classifiers for compatible python versions | ||
|
||
## [1.4.0] - 2015-04-27 | ||
### Added | ||
## [1.4.0] - 2015-04-27 ## | ||
|
||
### Added ### | ||
- Support for API keys | ||
|
||
## [1.3.0] - 2015-01-23 | ||
### Added | ||
## [1.3.0] - 2015-01-23 ## | ||
|
||
### Added ### | ||
- Add new method for ASM Group ID via [#98](https://github.com/sendgrid/sendgrid-python/pull/98) | ||
- Add CHANGELOG.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
version_info = (1, 5, 7) | ||
version_info = (1, 5, 8) | ||
__version__ = '.'.join(str(v) for v in version_info) |