From c0f28d618e9246c00889cd608c9dde223ef5a6ac Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Fri, 9 Sep 2016 16:12:27 -0700 Subject: [PATCH] Version Bump v4.1.0: #277 SendGrid Factory --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33bca441d..5ebf96aaf 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 f9856d64d..30f5b6696 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",