diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | package.json | 2 |
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", |