diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 33bca44..5ebf96a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +## [4.1.0] - 2016-09-09 ## +### Added +- Pull Request #277: [Make SendGrid a factory that enables multiple prototype instances](https://github.com/sendgrid/sendgrid-nodejs/pull/277) +- Thanks to [Tom Kirkpatrick](https://github.com/mrfelton) for the pull request! + ## [4.0.2] - 2016-08-24 ## ### Added - Table of Contents in the README diff --git a/package.json b/package.json index f9856d6..30f5b66 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "name": "sendgrid", "description": "Official SendGrid NodeJS library.", - "version": "4.0.2", + "version": "4.1.0", "homepage": "https://sendgrid.com", "repository": { "type": "git", |