From 65fc158d97b9f30422c67b89e0bd83e0934c4150 Mon Sep 17 00:00:00 2001
From: Xabier de Zuazo <xabier@onddo.com>
Date: Mon, 12 Aug 2013 23:26:46 +0200
Subject: [PATCH] Release 0.11.4

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

diff --git a/README.md b/README.md
index aa1bf08..967ba07 100644
--- a/README.md
+++ b/README.md
@@ -293,6 +293,10 @@ NODE_DEBUG="minecraft-protocol" node [...]
 
 ## History
 
+### 0.11.4
+
+ * Chat packet string max length fix (thanks [Robin Lambertz](https://github.com/roblabla))
+
 ### 0.11.3
 
  * packet 0x2c: packet writing fixed, UUID format simplified, tests updated
diff --git a/package.json b/package.json
index e3921d4..c99fa93 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "minecraft-protocol",
-  "version": "0.11.3",
+  "version": "0.11.4",
   "description": "Parse and serialize minecraft packets, plus authentication and encryption.",
   "main": "index.js",
   "repository": {