diff --git a/HISTORY.md b/HISTORY.md index dd5ab1d..18f4395 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,9 @@ # History -## 1.1.4 (UNRELEASED) +## 1.2.0 +* some 1.12 snapshots support +* disable validator for protocol (use too much memory and cpu, and already validated in mcdata tests) * Added a errorHandler option to createServer. ## 1.1.3 diff --git a/package.json b/package.json index 3838a3c..5373678 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.1.3", + "version": "1.2.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "repository": {