Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit 88e97b5

Browse files
Version Bump v2.4.0: #8 Ability to optionally assign port for requests when calling client API
1 parent f1a3fc5 commit 88e97b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [2.4.0] - 2017-07-14
7+
### Added
8+
- Pull #8
9+
- Ability to optionally assign port for requests when calling client API
10+
- Thanks [Anand Patel](https://github.com/apat183)!
11+
612
## [2.3.0] - 2016-10-12
713
### Added
814
- Pull #6, Solves #5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"name": "sendgrid-rest",
77
"description": "HTTP REST client, simplified for Node.js.",
8-
"version": "2.3.0",
8+
"version": "2.4.0",
99
"homepage": "https://sendgrid.com",
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)