diff --git a/HISTORY.md b/HISTORY.md index e951473..dab88a0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 3.20.1 +* Fix buffer length calculation in ServerAdvertisement (#292) (thanks @KurtThiemann) +* Handle Relay serialization errors by kicking (#290) + ## 3.20.0 * Preliminary 1.19.30 support, improve error handling and server pong data (#284) diff --git a/package.json b/package.json index 8f31faa..1165908 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.20.0", + "version": "3.20.1", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "scripts": {