diff --git a/ChangeLog b/ChangeLog index 2e3ada9..c1c231a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +0.4.1- + * change to writeHead, no longer depending on connect's res.on('header') event + * fix checking existence of res.socket before checking res.socket.encrypted + * documentation added js syntax highlighting + 0.4.0 - * add activeDuration with default to 5 minutes * add checking for native Proxy before using node-proxy diff --git a/package.json b/package.json index b22a51d..1c4e320 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "client-sessions", - "version" : "0.4.0", + "version" : "0.4.1", "description" : "secure sessions stored in cookies", "main" : "lib/client-sessions", "repository" : {