diff --git a/changelist.txt b/changelist.txt
index e4a9e83..5a6bac6 100644
--- a/changelist.txt
+++ b/changelist.txt
@@ -1,3 +1,10 @@
+version 0.1.0.14 22/05/2012
+ 
+[+] added : "subscription" for UDT typeInfo ( len(typeInfo), typeInfo[index] )
+[+] added : "subscription" for UDT typedVar ( len(typedVar), typedVar[index] )
+[!] fixed : issue #10767 ( supported virtual base classes )
+
+
 version 0.1.0.13 17/05/2012
 
 [!] fixed : issue #10722 ( rdmsr raises exception )
diff --git a/pykd/pykdver.h b/pykd/pykdver.h
index c8ef038..69874ec 100644
--- a/pykd/pykdver.h
+++ b/pykd/pykdver.h
@@ -2,7 +2,7 @@
 #define PYKD_VERSION_MAJOR      0
 #define PYKD_VERSION_MINOR      1
 #define PYKD_VERSION_SUBVERSION 0
-#define PYKD_VERSION_BUILDNO    13
+#define PYKD_VERSION_BUILDNO    14
 
 
 #define __VER_STR2__(x) #x