diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13bbed97298051d55298c37c4416792e3e13083b..b4b7c2dc6a903e107391bd51051393899d9c8fc2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
 # All notable changes will be documented in this file
 
+## [0.6.8] 2020-05-13
+### Added
+- Option to sample in the sky frame (!786)
+- Multiprocessing to reconstruction of marginalized parameters (!782)
+- Generic reweighting method for likelihood / priors (!776)
+- Parameterized EOS sampling (!543)
+- Implementation of the UltraNest sampler (!766)
+- Implementation of arVix result files (!772)
+- Added basic pre-commit behaviour (!763)
+
+### Changes
+- Updated the default PSD to O4 (!757)
+- Make multinest allow long file names, optional and work with MPI (!764 !785)
+- Add min/max to aligned spin prior (!787)
+- Reduce redudant code (!703)
+- Added testing for python 3.8 (!762)
+- Improvements to the waveform plot (!769)
+
 ## [0.6.7] 2020-04-15
 ### Changes
 - Allow dynesty to run with multiprocessing (!754)
diff --git a/setup.py b/setup.py
index aed0502626dee4a8212e10a4c8d4658faa74fde2..2b7fe66729a72980b4e468855a28fb53cc9446c0 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ def readfile(filename):
     return filecontents
 
 
-VERSION = '0.6.7'
+VERSION = '0.6.8'
 version_file = write_version_file(VERSION)
 long_description = get_long_description()