Skip to content

Commit

Permalink
Version Bump v5.2.1: Pull #413: Handle null and undefined values in s…
Browse files Browse the repository at this point in the history
…ubstitutions
  • Loading branch information
thinkingserious committed Aug 9, 2017
1 parent 3c4f82b commit 2079172
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## [5.2.1] - 2017-08-09 ##
### Fixed
- Pull #413: Handle null and undefined values in substitutions
- Thanks to [Matteo Ferrando](https://github.com/chamini2) for the PR!

## [5.2.0] - 2017-07-20 ##
### Fixed
- Pull #410: Cast substitution values to strings
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"name": "sendgrid",
"description": "Official SendGrid NodeJS library.",
"version": "5.2.0",
"version": "5.2.1",
"homepage": "https://sendgrid.com",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2079172

Please sign in to comment.