diff --git a/changelog b/changelog
index f843e7b..6e64dc9 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,17 @@
+version 0.0.19 28/07/2011
+
+[+] added : typedVar::data method ( Return raw string object with data stream ) 
+[+] added : setMSR routine ( Change MSR value )
+[+] added : intBase class
+[+] added : cpuReg class ( representing "live" CPU register )
+[+] added : printing traceback for !py and !pycmd
+[+] added : class disasm 
+
+[!] fixed: issue 8657( !pycmd does not allow to define functions ) 
+[!] fixed: issue 8655 ( Unnamed structure/unioin not added to fields of typedVarClass )
+[!] fixed: issue 8927 ( typedVar does not convert enumeration type to int ) 
+[!] fixed: issue 9202 ( module object return offset = 0 for non existing symbol ) 
+
 version 0.0.18 25/05/2011
 
 [+] added : rdmsr routine ( Return MSR value ) 
diff --git a/pykd/pykd.rc b/pykd/pykd.rc
index 740f894..54ff864 100644
--- a/pykd/pykd.rc
+++ b/pykd/pykd.rc
@@ -53,8 +53,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,0,18,0
- PRODUCTVERSION 0,0,18,0
+ FILEVERSION 0,0,19,0
+ PRODUCTVERSION 0,0,19,0
  FILEFLAGSMASK 0x17L
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -70,11 +70,11 @@ BEGIN
         BLOCK "041904b0"
         BEGIN
             VALUE "FileDescription", "pykd - python extension for windbg"
-            VALUE "FileVersion", "0, 0, 18, 0"
+            VALUE "FileVersion", "0, 0, 19, 0"
             VALUE "InternalName", "pykd"
             VALUE "OriginalFilename", "pykd.dll"
             VALUE "ProductName", "pykd  - python extension for windbg"
-            VALUE "ProductVersion", "0, 0, 18, 0"
+            VALUE "ProductVersion", "0, 0, 19, 0"
         END
     END
     BLOCK "VarFileInfo"