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 04f5f0b commit e6a2d10Copy full SHA for e6a2d10
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Change Log
2
3
+### v1.3.4 (2016/05/10)
4
+- [#144](https://github.com/SparkPost/node-sparkpost/pull/144) Updated bulk suppression list upsert payload (@aydrian)
5
+
6
### v1.3.3 (2016/04/25)
7
- [#142](https://github.com/SparkPost/node-sparkpost/pull/142) Upgrade request to 2.72.0 and fix affected test (@artlogic)
8
package.json
@@ -1,6 +1,6 @@
{
"name": "sparkpost",
- "version": "1.3.3",
+ "version": "1.3.4",
"description": "A Node.js wrapper for interfacing with your favorite SparkPost APIs",
"main": "./lib/sparkpost.js",
"scripts": {
0 commit comments