diff options
author | Tushar Bhushan <tushar.bhushan@yahoo.com> | 2015-10-07 15:29:44 -0700 |
---|---|---|
committer | Tushar Bhushan <tushar.bhushan@yahoo.com> | 2015-10-07 15:29:44 -0700 |
commit | 0843533b01d930f60af2e702033c4c5f6c66276c (patch) | |
tree | 3bd8fc8f7d8710ffb561c93742ffea1d52e9ffd0 | |
parent | ce1e693d24c587047dfd775730245a62ead4b24d (diff) | |
download | sendgrid-nodejs-0843533b01d930f60af2e702033c4c5f6c66276c.zip sendgrid-nodejs-0843533b01d930f60af2e702033c4c5f6c66276c.tar.gz sendgrid-nodejs-0843533b01d930f60af2e702033c4c5f6c66276c.tar.bz2 |
version bump
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c88d54f..57b822b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## [2.0.0] - +## Fixed +- Add cc now uses the WebAPI instead of the SMTPApi. Read disclaimer for details + ## [1.9.1] - 2015-7-20 ### Changed - Pinned request version to be less than `2.59.0` because it broke something diff --git a/package.json b/package.json index 9156915..3628092 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "name": "sendgrid", "description": "Official SendGrid NodeJS library.", - "version": "1.9.2", + "version": "2.0.0", "homepage": "http://sendgrid.com", "repository": { "type": "git", |