diff --git a/README.md b/README.md
index d9a1eb9..14ef4d9 100644
--- a/README.md
+++ b/README.md
@@ -230,11 +230,16 @@ correct data type.
 
 ## History
 
+### 0.6.6
+
+ * ping: fix calling callback twice when server sends kick
+ * server: send a kick packet when kicking clients. (thanks roblabla)
+ * ping: include latency property (thanks Jan Buschtöns)
+
 ### 0.6.5
 
  * createServer: allow empty options
  * server: support online mode and encryption (thanks roblabla)
- * server: send a kick packet when kicking clients. (thanks roblabla)
 
 ### 0.6.4
 
diff --git a/package.json b/package.json
index 005b55d..73e9aca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "minecraft-protocol",
-  "version": "0.6.5",
+  "version": "0.6.6",
   "description": "Parse and serialize minecraft packets, plus authentication and encryption.",
   "main": "index.js",
   "repository": {