diff --git a/README.md b/README.md index 961855d..f5069eb 100644 --- a/README.md +++ b/README.md @@ -264,6 +264,11 @@ NODE_DEBUG="minecraft-protocol" node [...] ## History +### 0.10.0 + + * Added SRV record support when connecting to a server (thanks [Matt Stith](https://github.com/stith)) + * 0x66: `shift` renamed to `mode` and changed from bool to byte + ### 0.9.0 * 0xce: create changed from bool to byte (thanks [Robin Lambertz](https://github.com/roblabla)) diff --git a/package.json b/package.json index e86d281..da4d67b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.9.0", + "version": "0.10.0", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {