summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2016-09-09 16:12:27 -0700
committerElmer Thomas <elmer@thinkingserious.com>2016-09-09 16:12:27 -0700
commitc0f28d618e9246c00889cd608c9dde223ef5a6ac (patch)
tree8bcfba930d91e43d0ccb06519b8f6fc543897f4f
parent3751074fa234cc7e0987469acb82201fc0715327 (diff)
downloadsendgrid-nodejs-c0f28d618e9246c00889cd608c9dde223ef5a6ac.zip
sendgrid-nodejs-c0f28d618e9246c00889cd608c9dde223ef5a6ac.tar.gz
sendgrid-nodejs-c0f28d618e9246c00889cd608c9dde223ef5a6ac.tar.bz2
Version Bump v4.1.0: #277 SendGrid Factoryv4.1.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--package.json2
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",