diff --git a/README.md b/README.md
index 32933f322a842c933827e85ca0a907a46b765431..ea1bcff096c6113f9827d9587228358309d3351b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
 # pymolfile
+#### Version: 0.0.6
+* TNG library links are fixed in CMake compile.
+
+#### Version: 0.0.5
+* Fixed bugs in MolfileOpen class.
+
 #### Version: 0.0.4
-What is new?
 * Secure the file opens/closes on reader by OpenMolTraj class using 'with'. This provides a stable recall of PyMolfile in series of files.
 * Silence all core plugins in molfile_plugins folder at CMake level. This is the default setting now.
 * Bug fixed on recursive initialiation of OpenMolFile on trajectory reads. It is safe now to have concurrent multiple calls from MDDataAccess. 
@@ -29,12 +34,12 @@ please see <http://www.ks.uiuc.edu/Research/vmd/plugins/molfile/>
 ### Dependencies:
 
 * numpy 
-* cmake >2.8.12
+* cmake >3.1
 * swig >3.0
 * tng_io (installs with pymolfile setup)
-* NetCDF 
+* NetCDF (Optional but recomended for full experience)
 * Expat
-* Babel (Optional)
+* Babel (Optional but recomended for full experience)
 * Tcl/Tk >8.5 (Optional)
 
 ### Download: