diff --git a/ChangeLog b/ChangeLog index ba5ef68..7663dd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +0.7.0 - + * add `session.destroy()` alias for `session.reset()` + * invalid base64 will return undefined instead of throw + 0.6.0 - * add secret can also be a Buffer * add `encryptonKey` and `signatureKey` options, to be used instead of `secret` diff --git a/package.json b/package.json index 44adbc6..d63941e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "client-sessions", - "version" : "0.6.0", + "version" : "0.7.0", "description" : "secure sessions stored in cookies", "main" : "lib/client-sessions", "repository" : {