diff --git a/README.md b/README.md index 3ab10691..f0b3298c 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,10 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI ## Changelog +1.0.6: + +* Fixes issue #6 where a socket emitting an error could bring down the whole node instance as the exception is uncaught. + 1.0.5: * Fixed a bug with parsing device token which could cause an out-of-bounds error. diff --git a/package.json b/package.json index f3898f3d..8bd20c07 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apn", "description": "An interface to the Apple Push Notification service for Node.js", - "version": "1.0.5", + "version": "1.0.6", "author": "Andrew Naylor ", "contributors": [ { "name": "Andrew Naylor", "email": "argon@mkbot.net" }