diff --git a/HISTORY.md b/HISTORY.md index 4519ca8..e9c53bf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 0.18.0 + +* Supports Minecraft version 1.7.10, 1.8.8 and 1.9 (15w40b and 16w05b) +* improve auto version detection + ## 0.17.2 * fix readUUID diff --git a/package.json b/package.json index ad394af..73e6fa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.17.2", + "version": "0.18.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {