diff --git a/HISTORY.md b/HISTORY.md index 58c7b88..6d2017f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 3.10.0 +* Support 1.18.11 (#179) @extremeheat +* Switch to sync zlib with 512k chunks, adjustable compression level (#174) @extremeheat + ## 3.9.0 * Proxy fixes, logging and doc updates [#169](https://github.com/PrismarineJS/bedrock-protocol/pull/169) diff --git a/README.md b/README.md index 4efd7ea..c4c67f2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Minecraft Bedrock Edition (aka MCPE) protocol library, supporting authentication ## Features - - Supports Minecraft Bedrock version 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0 + - Supports Minecraft Bedrock version 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11 - Parse and serialize packets as JavaScript objects - Automatically respond to keep-alive packets - [Proxy and mitm connections](docs/API.md#proxy-docs) diff --git a/package.json b/package.json index c710c0a..5ec29b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.9.0", + "version": "3.10.0", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "scripts": {