diff --git a/HISTORY.md b/HISTORY.md index 5528d70..0faaedb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 3.16.0 +* 1.19.20 support (#251) +* Add new raknet library option (raknet-node) (#211) @b23r0 + ## 3.15.0 * 1.19.10 support * Remove Realm fetch when joining via invite (#228) @LucienHH diff --git a/package.json b/package.json index ac756e1..3f4d628 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bedrock-protocol", - "version": "3.15.0", + "version": "3.16.0", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "scripts": {