diff --git a/README.md b/README.md
index d6820d93d1ce826a0d3a728421d51c70ad5e5e16..6b13d049000b4e82f09239d41569ee25a0bd8bfa 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,20 @@ Written by Ian Bell, NIST.
 
 [![PyPI version](https://badge.fury.io/py/teqp.svg)](https://badge.fury.io/py/teqp)
 
+* 0.8.0 Significant changes include:
+  
+  * kij can be set for PC-SAFT and cubics (PR & SRK)
+
+  * Added Lennard-Jones EOS from Thol et al.
+
+  * Partial molar volume is now an available output
+
+  * Added solver for pure fluid critical point
+
+  * Added 2D Chebyshev departure function
+
+  * Starting work on a C++ wrapper in the hopes of improving compile times for C++ integration
+
 * 0.7.0 Significant changes include:
   
   * ``get_Arxy`` generalized to allow for any derivative
diff --git a/interface/teqpversion.hpp b/interface/teqpversion.hpp
index 70c434cd6dc97e4c7c7086d2de6bae8e87a19dce..6ab7260eea135e948d1061c1e209b38103391f99 100644
--- a/interface/teqpversion.hpp
+++ b/interface/teqpversion.hpp
@@ -1,2 +1,2 @@
 #include <string>
-const std::string TEQPVERSION = "0.7.1.dev0";
\ No newline at end of file
+const std::string TEQPVERSION = "0.8.0";
\ No newline at end of file