Skip to content

Commit d37acbf

Browse files
Version Bump v2.2.0: #9 support for custom HTTP clients
1 parent 6741dbc commit d37acbf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [2.2.0] - 2016-07-28
7+
### Added
8+
- Pull [#9](https://github.com/sendgrid/rest/pull/9): Allow for setting a custom HTTP client
9+
- [Here](https://github.com/sendgrid/rest/blob/master/rest_test.go#L127) is an example of usage
10+
- This enables usage of the [sendgrid-go library](https://github.com/sendgrid/sendgrid-go) on [Google App Engine (GAE)](https://cloud.google.com/appengine/)
11+
- Special thanks to [Chris Broadfoot](https://github.com/broady) and [Sridhar Venkatakrishnan](https://github.com/sridharv) for providing code and feedback!
12+
613
## [2.1.0] - 2016-06-10
714
### Added
815
- Automatically add Content-Type: application/json when there is a request body

0 commit comments

Comments
 (0)