diff --git a/HISTORY.md b/HISTORY.md index 6d2017f..6d11679 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,12 @@ +## 3.11.0 +* Implement Realm joining (#193) @LucienHH +* Refactor client connection sequence (#189) @extremeheat +* Add profilesFolder to Relay (#192) @CreeperG16 +* Emit error from relay when server can't be pinged (#191) +* Pass relay onMsaCode to client (#190) @Heath123 +* Mark raknet-native as required dependency (#188) +* Ignore unconnected packets, remove babel (#185) + ## 3.10.0 * Support 1.18.11 (#179) @extremeheat * Switch to sync zlib with 512k chunks, adjustable compression level (#174) @extremeheat diff --git a/package.json b/package.json index b0ee475..4e4cc9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.10.0", + "version": "3.11.0", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "scripts": {