diff --git a/History.md b/History.md index ccee23f..6b4f4cd 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,13 @@ +3.1.0 / 2017-01-16 +=================== + + * [docs] Document remoteDisconnect method (#179) + * [feature] Implement remoteDisconnect method (#177) + * [fix] Subscribe only once per room (#175) + * [test] Fix 'Connection is closed' errors when cleaning up tests (#178) + * [test] Use quit() instead of end() to close Redis connection (#176) + 3.0.0 / 2017-01-08 =================== diff --git a/package.json b/package.json index 90ad703..8acef10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket.io-redis", - "version": "3.0.0", + "version": "3.1.0", "description": "", "license": "MIT", "repository": {