diff --git a/CHANGELOG.md b/CHANGELOG.md index cada65a..e5b4519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog: HTTP Status -## Trunk +## Version 1.3.2 * 502: wrong key for name and message diff --git a/package.json b/package.json index 9cb556e..42fca77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "http-status", - "version": "1.3.1", + "version": "1.3.2", "description": "Interact with HTTP status code", "homepage": "https://github.com/adaltas/node-http-status", "author": "David Worms ",