diff --git a/HISTORY.md b/HISTORY.md index 6b9cbbc..ac0280e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # History +## 1.7.0 + +* 1.13 support (thanks @lluiscab) +* fix autoversion bug +* fix srv record resolution + ## 1.6.0 * added session data to session event diff --git a/package.json b/package.json index 86017c1..0fce146 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.6.0", + "version": "1.7.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "repository": {