diff --git a/CHANGELOG.md b/CHANGELOG.md
index db7e85a9ae97af518ebeb2d8649b897ef54d5424..13bbed97298051d55298c37c4416792e3e13083b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
 # All notable changes will be documented in this file
 
+## [0.6.7] 2020-04-15
+### Changes
+- Allow dynesty to run with multiprocessing (!754)
+- Rewrite ptemcee implementation (!750)
+- Change 'source frame' to 'detector frame' in L34-35 of compare_samplers tutorial (!745)
+- Allow lal dictionary to be passed through to '_base_lal_cbc_fd_waveform' (!752)
+
 ## [0.6.6] 2020-03-06
 ### Changes
 - Fix bug where injected values are not present for corner plot (!749)
diff --git a/setup.py b/setup.py
index 33c293723bddd72e9e2b51b16066bdfd87c1ca2a..72d3cf5b348880a132b5030b03b96aa70fee49ea 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ def readfile(filename):
     return filecontents
 
 
-VERSION = '0.6.6'
+VERSION = '0.6.7'
 version_file = write_version_file(VERSION)
 long_description = get_long_description()