summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-07-20 16:06:04 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-07-20 16:06:04 -0700
commit26d9eacc9c8cea96b258a0073104d1141c82ad00 (patch)
tree177a7ed650e5927e2bdde018e742f7518b63bbe0
parent75e6e3c5ca2b2a32225e77151839112ed2cc18b9 (diff)
downloadsendgrid-nodejs-26d9eacc9c8cea96b258a0073104d1141c82ad00.zip
sendgrid-nodejs-26d9eacc9c8cea96b258a0073104d1141c82ad00.tar.gz
sendgrid-nodejs-26d9eacc9c8cea96b258a0073104d1141c82ad00.tar.bz2
Version Bump 3.0.9: README documentation updatesv3.0.9
-rw-r--r--CHANGELOG.md7
-rw-r--r--package.json2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01a700a..def3f03 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.
+## [3.0.9] - 2016-07-20
+### Added
+- README updates
+- Update introduction blurb to include information regarding our forward path
+- Update the v3 /mail/send example to include non-helper usage
+- Update the generic v3 example to include non-fluent interface usage
+
## [3.0.8] - 2016-07-12
### Added
- Update docs, unit tests and examples to include Sender ID
diff --git a/package.json b/package.json
index 86e37d2..d35bed2 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
],
"name": "sendgrid",
"description": "Official SendGrid NodeJS library.",
- "version": "3.0.8",
+ "version": "3.0.9",
"homepage": "https://sendgrid.com",
"repository": {
"type": "git",