diff --git a/HISTORY.md b/HISTORY.md index 5214a3f..7ef7602 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # History +## 1.1.0 + +* added plugin channel support (thanks @plexigras) +* add doc for client.end + ## 1.0.1 * a small fix to autoversion diff --git a/package.json b/package.json index 0b29fa2..fd00005 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "1.0.1", + "version": "1.1.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {