diff --git a/CHANGELOG.md b/CHANGELOG.md index 0730c013a..15539ffc3 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.4.1] - 2016-09-27 ## +## Fixed +- Pull #309 [Allow emptyRequest() to be called with a request object](https://github.com/sendgrid/sendgrid-nodejs/pull/309) +- Thanks to [Benjamin Pannell](https://github.com/SPARTAN563) for the fix! + ## [4.4.0] - 2016-09-27 ## ## Added - Pull #299: [Fill 'response' property in error instance](https://github.com/sendgrid/sendgrid-nodejs/pull/299) diff --git a/README.md b/README.md index c0849cc02..82e7e9004 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Add the following to your `package.json` file: ... "dependencies": { ... - "sendgrid": "^4.3.1" + "sendgrid": "^4.4.1" } } ``` diff --git a/package.json b/package.json index 464236ff0..be25926d3 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "name": "sendgrid", "description": "Official SendGrid NodeJS library.", - "version": "4.4.0", + "version": "4.4.1", "homepage": "https://sendgrid.com", "repository": { "type": "git",