diff --git a/CHANGELOG.md b/CHANGELOG.md
index 87bd93f6b72ec3ba501aa3c8b3698adba934a0ae..9a8797122ba46e9d83c701b7266b1e178922c7d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
 
 ## Unreleased
 
+## [0.5.7] 2019-09-19
+
+### Added
+- bilby_convert_resume file CL tool for converting dynesty resume files into preresults !599
+
+### Changes
+- Change the constants (Msun, REarth etc) to match the values in LAL !597
+- Change the Greenwhich Mean Sidereal Time conversion to match the method in LAL !597
+- Update dynesty requirement to 0.9.8
+- Improve integration of bounds with dynesty !589
+- Fixed issue with mutable default argument !596
+- Allow the use of n_effective in dynesty !592
+- Allow the use of n_periodic in cpnest !591
+- Fix bug in dt calc
+
 ## [0.5.6] 2019-09-04
 
 ### Changes
diff --git a/setup.py b/setup.py
index 74f2372a2a225ef3173be49a65e0ed49c2234f0e..7ca46c355ae9e037f93fb86283906beed1b563c0 100644
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ def readfile(filename):
     return filecontents
 
 
-VERSION = '0.5.6'
+VERSION = '0.5.7'
 version_file = write_version_file(VERSION)
 long_description = get_long_description()