diff --git a/README.md b/README.md index 699e90c..d9a1eb9 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ Parse and serialize minecraft packets, plus authentication and encryption. - Ping a server for status * Server - Offline mode - - [TODO](https://github.com/superjoe30/node-minecraft-protocol/issues/13) - - Encryption and online mode + - Encryption and online mode - Handshake - Keep-alive checking - Ping status @@ -231,6 +230,12 @@ correct data type. ## History +### 0.6.5 + + * createServer: allow empty options + * server: support online mode and encryption (thanks roblabla) + * server: send a kick packet when kicking clients. (thanks roblabla) + ### 0.6.4 * Allow minecraft username instead of mojang email. (thanks roblabla) diff --git a/package.json b/package.json index 1b575cc..005b55d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.6.4", + "version": "0.6.5", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {