Skip to content

Commit c8796e8

Browse files
Version Bump v4.7.0: Pull #323, Fixed issue #317: Invoke the API callback with a mocked response upon Error
1 parent a51d08b commit c8796e8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [4.7.0] - 2016-10-14 ##
5+
### Added
6+
- Pull #323, Fixed issue #317
7+
- Updates nodejs-http-client dependency to [v2.3.0](https://github.com/sendgrid/nodejs-http-client/releases/tag/v2.3.0)
8+
- Invoke the API callback with a mocked response upon Error
9+
- Thanks to [Huli](https://github.com/aszx87410) for the PR!
10+
411
## [4.6.0] - 2016-10-13 ##
512
### Added
613
- Pull #319, Fixed issue #266

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Add the following to your `package.json` file:
5353
...
5454
"dependencies": {
5555
...
56-
"sendgrid": "^4.6.0"
56+
"sendgrid": "^4.7.0"
5757
}
5858
}
5959
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"name": "sendgrid",
1414
"description": "Official SendGrid NodeJS library.",
15-
"version": "4.6.0",
15+
"version": "4.7.0",
1616
"homepage": "https://sendgrid.com",
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)