Skip to content

Commit

Permalink
Version Bump v3.0.7: swagger/oai updates + accept header fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Jul 5, 2016
1 parent a369c84 commit a0aee2f
Show file tree
Hide file tree
Showing 15 changed files with 899 additions and 127 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@ test/config.js
.env.production
.env.staging
.env
temp.js
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file.

## [3.0.7] - 2016-07-05
### Updated
- Content based on our updated [Swagger/OAI doc](https://github.com/sendgrid/sendgrid-oai)

## [3.0.6] - 2016-07-01
### Fixed
- GET suppression/bounces needs header to be Accept: application/json
Expand Down
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -7,14 +7,15 @@

**BREAKING CHANGE as of 2016.06.14**

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
Documentation](https://sendgrid.com/docs/API_Reference/Web_API_v3/index.html)
- [Usage Docs](https://github.com/sendgrid/sendgrid-nodejs/blob/master/USAGE.md)
- [Example
Code](https://github.com/sendgrid/sendgrid-nodejs/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 Expand Up @@ -45,7 +46,7 @@ Add the following to your `package.json` file:
...
"dependencies": {
...
"sendgrid": "^3.0.6"
"sendgrid": "^3.0.7"
}
}
```
Expand Down

0 comments on commit a0aee2f

Please sign in to comment.