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",