We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2235a0 commit ac1818cCopy full SHA for ac1818c
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [5.1.2] - 2017-06-30 ##
5
+### Fixed
6
+- Pull #399
7
+- Fix `batch_id` type
8
+- Thanks to [Leonardo Testa](https://github.com/testica) for the PR!
9
+
10
## [5.1.1] - 2017-06-1 ##
11
### Added
12
- Pull #391
package.json
@@ -12,7 +12,7 @@
],
13
"name": "sendgrid",
14
"description": "Official SendGrid NodeJS library.",
15
- "version": "5.1.1",
+ "version": "5.1.2",
16
"homepage": "https://sendgrid.com",
17
"repository": {
18
"type": "git",
0 commit comments