diff --git a/README.md b/README.md index 115a9c4..70c9adb 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,12 @@ correct data type. ## History +### 0.7.5 + + * server: add `onlineModeExceptions`. When server is in: + - online mode: these usernames are exempt from online mode. + - offline mode: these usernames must authenticate. + ### 0.7.4 * server: online mode: don't log in client until username verification diff --git a/package.json b/package.json index 5434275..7e81cf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.7.4", + "version": "0.7.5", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {