Skip to content

Commit

Permalink
Version Bump 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Oct 21, 2015
1 parent 9cbd8c2 commit 7f30b43
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 13 deletions.
43 changes: 31 additions & 12 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion sendgrid/version.py
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)

0 comments on commit 7f30b43

Please sign in to comment.