diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2016-10-25 16:17:30 -0700 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2016-10-25 16:17:30 -0700 |
commit | d01e7efb3a1f8f67435aec09ad633095ac322cc2 (patch) | |
tree | c2ec5402cbacde8a4c01b0abbc35c7e44bfceb93 | |
parent | c8325c3ea5a9e2e743055593fd9453625ca0141e (diff) | |
download | sendgrid-nodejs-d01e7efb3a1f8f67435aec09ad633095ac322cc2.zip sendgrid-nodejs-d01e7efb3a1f8f67435aec09ad633095ac322cc2.tar.gz sendgrid-nodejs-d01e7efb3a1f8f67435aec09ad633095ac322cc2.tar.bz2 |
Version Bump v4.7.1: #329 Simplify installation instructionsv4.7.1
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b925d8..789f377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. +## [4.7.1] - 2016-10-25 ## +### Added +- Pull #329 +- Simplified installation instructions +- Thanks to [Heitor Tashiro Sergent](https://github.com/heitortsergent) for the PR! + ## [4.7.0] - 2016-10-14 ## ### Added - Pull #323, Fixed issue #317 diff --git a/package.json b/package.json index f224608..0ec44e2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "name": "sendgrid", "description": "Official SendGrid NodeJS library.", - "version": "4.7.0", + "version": "4.7.1", "homepage": "https://sendgrid.com", "repository": { "type": "git", |