diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 266fad9..7b925d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. +## [4.7.0] - 2016-10-14 ## +### Added +- Pull #323, Fixed issue #317 +- Updates nodejs-http-client dependency to [v2.3.0](https://github.com/sendgrid/nodejs-http-client/releases/tag/v2.3.0) +- Invoke the API callback with a mocked response upon Error +- Thanks to [Huli](https://github.com/aszx87410) for the PR! + ## [4.6.0] - 2016-10-13 ## ### Added - Pull #319, Fixed issue #266 @@ -53,7 +53,7 @@ Add the following to your `package.json` file: ... "dependencies": { ... - "sendgrid": "^4.6.0" + "sendgrid": "^4.7.0" } } ``` diff --git a/package.json b/package.json index 2b2faa4..f224608 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "name": "sendgrid", "description": "Official SendGrid NodeJS library.", - "version": "4.6.0", + "version": "4.7.0", "homepage": "https://sendgrid.com", "repository": { "type": "git", |