diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e8decc7991940dd720da2148021596f790e3eb8..5ffda618a232b89712203febcbe81058f0ea0969 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
 # All notable changes will be documented in this file
 
+## [0.6.0] 2019-12-02
+### Added
+- A bilby-implemenatation of the dynesty rwalk proposal method (!640)
+- An ACT estimate to the rwalk option (!643)
+- HTML waveform plots and general improvements to the waveform plot (!641, !659)
+- Add a function to resample bilby generated with a uniform in mass ratio and
+  chirp_mass prior to uniform in component mass (!642)
+- Adds checking to the ROQ usage: warning messages generated when out of bounds (!549)
+- A safety check to the time reconstrucion (!633)
+- Added the kombine sampler (!637)
+- Added in-plane spins (!646)
+## Changes
+- Changed the PriorDict base class to from OrderedDict to just dict. This fixes
+  an issue with pickling priors (!652)
+- Improvements to the behaviour of the conversion functions (!647)
+- Prevent chirp mass railing for the GW150914 examples (!635)
+
+
 ## [0.5.9] 2019-10-25
 
 ### Added
diff --git a/setup.py b/setup.py
index 4ac99cd23dd0a085a5582fc866aa17cfa542a93a..9f1097b1c06786d55b733ca8a83396800b5bf39d 100644
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ def readfile(filename):
     return filecontents
 
 
-VERSION = '0.5.9'
+VERSION = '0.6.0'
 version_file = write_version_file(VERSION)
 long_description = get_long_description()