From 0eb72c2046d4b979f83f1fe4296f54d69f49bead Mon Sep 17 00:00:00 2001
From: Andrew Kelley <superjoe30@gmail.com>
Date: Sat, 26 Jan 2013 15:35:52 -0500
Subject: [PATCH] Release 0.6.4

---
 README.md    | 18 ++++++++++++++++++
 package.json |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e9f9399..699e90c 100644
--- a/README.md
+++ b/README.md
@@ -228,3 +228,21 @@ correct data type.
 
   85 tests complete
 ```
+
+## History
+
+### 0.6.4
+
+ * Allow minecraft username instead of mojang email. (thanks roblabla)
+
+### 0.6.3
+
+ * y values when only 1 byte are always unsigned
+
+### 0.6.2
+
+ * 0x0e: change face to unsigned byte
+
+### 0.6.1
+
+ * 0x0d: fix incorrectly swapped stance and y
diff --git a/package.json b/package.json
index 6d7f07d..1b575cc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "minecraft-protocol",
-  "version": "0.6.3",
+  "version": "0.6.4",
   "description": "Parse and serialize minecraft packets, plus authentication and encryption.",
   "main": "index.js",
   "repository": {