diff --git a/HISTORY.md b/HISTORY.md index 8d77975..168c8f4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # History +## 1.12.2 + +* make SRV record correctly propagate host to serverHost field (fix for tcp shield) + ## 1.12.1 * fix for some servers in tcpdns (thanks @FTOH) diff --git a/package.json b/package.json index 909b238..1f864fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.12.1", + "version": "1.12.2", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "src/index.js", "types": "src/index.d.ts",