diff --git a/HISTORY.md b/HISTORY.md index a1957b2..874109a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # History +## 1.8.3 + +* 1.13.2 tested and supported +* add skipValidation flag for authentication thanks @vlakreeh +* fix compression.js (use Z_SYNC_FLUSH) thanks @lefela4 + ## 1.8.2 * fix tcp_dns.js checking for SRV lookup diff --git a/package.json b/package.json index e8c28df..89ee387 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.8.2", + "version": "1.8.3", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",