diff --git a/VERSION b/VERSION index bb7d3c5..8e49a7a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.0 +0.5.1 diff --git a/docs/api/session.md b/docs/api/session.md index cdbd5be..45650f7 100644 --- a/docs/api/session.md +++ b/docs/api/session.md @@ -10,6 +10,9 @@ Returns a session with id = {id} { "id": "string", "userId": "string", + "name": "string", + "userAgent": "string", + "storageKey": "string", "creationDate": "number" } ```