From 88e97b5160a879ba0f95b1daa8719e4af66001c6 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Fri, 14 Jul 2017 15:50:03 -0700 Subject: [PATCH] Version Bump v2.4.0: #8 Ability to optionally assign port for requests when calling client API --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d0b8c..f8ed71b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.4.0] - 2017-07-14 +### Added +- Pull #8 +- Ability to optionally assign port for requests when calling client API +- Thanks [Anand Patel](https://github.com/apat183)! + ## [2.3.0] - 2016-10-12 ### Added - Pull #6, Solves #5 diff --git a/package.json b/package.json index c97fb7b..71726b4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ ], "name": "sendgrid-rest", "description": "HTTP REST client, simplified for Node.js.", - "version": "2.3.0", + "version": "2.4.0", "homepage": "https://sendgrid.com", "repository": { "type": "git",