summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-10-14 12:39:20 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-10-14 12:39:20 -0700
commitc8796e83af07c7573d046da1e1a1460e5c3136f3 (patch)
treecf838d03c7bbbd873b4e6fc7aef645216286dd3c
parenta51d08ba20757d5f82ba0b1d6c627d73d6602b67 (diff)
downloadsendgrid-nodejs-c8796e83af07c7573d046da1e1a1460e5c3136f3.zip
sendgrid-nodejs-c8796e83af07c7573d046da1e1a1460e5c3136f3.tar.gz
sendgrid-nodejs-c8796e83af07c7573d046da1e1a1460e5c3136f3.tar.bz2
Version Bump v4.7.0: Pull #323, Fixed issue #317: Invoke the API callback with a mocked response upon Errorv4.7.0
-rw-r--r--CHANGELOG.md7
-rw-r--r--README.md2
-rw-r--r--package.json2
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
diff --git a/README.md b/README.md
index 157dd7c..e8876e8 100644
--- a/README.md
+++ b/README.md
@@ -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",