diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b378f7..b74db23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [2.2.2] - 2016-09-27 +### Fixed +- Fix GitHub URLs in package.json #4: https://github.com/sendgrid/sendgrid-nodejs/pull/4 +- Thanks [Guilherme Souza](https://github.com/sitegui)! + ## [2.2.1] - 2016-06-15 ### Fixed - Sending email with accents: https://github.com/sendgrid/sendgrid-nodejs/issues/239 diff --git a/package.json b/package.json index 3056721..d4c4ba1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ ], "name": "sendgrid-rest", "description": "HTTP REST client, simplified for Node.js.", - "version": "2.2.1", + "version": "2.2.2", "homepage": "https://sendgrid.com", "repository": { "type": "git",