diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4b7c2dc6a903e107391bd51051393899d9c8fc2..3e00a6651e5e00265871957a8ed6fe671bcda3bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # All notable changes will be documented in this file
 
+## [0.6.8] 2020-05-21
+### Changes
+- Improvement to the proposal step in dynesty (!774)
+- Fix a bug in checking and making directories (!792)
+- Clean up of the default prior files (!789)
+
 ## [0.6.8] 2020-05-13
 ### Added
 - Option to sample in the sky frame (!786)
diff --git a/setup.py b/setup.py
index 2b7fe66729a72980b4e468855a28fb53cc9446c0..97ee428ae0c8eaefb77d6a0a1443c49e04d66b71 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ def readfile(filename):
     return filecontents
 
 
-VERSION = '0.6.8'
+VERSION = '0.6.9'
 version_file = write_version_file(VERSION)
 long_description = get_long_description()