diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63966fa169c26dfe44d2db723498c364ea037c6b..612437929298e18624c5d170b790075909a6e7c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
 # All notable changes will be documented in this file
 
+## [1.0.3] 2020-10-23
+
+Version 1.0.3 release of bilby
+
+### Added
+- SlabSpikePrior and examples (!857)
+- Authors file (!885)
+- CDF function to conditional priors (!882)
+- Waveform plot in visualising_the_results.ipynb (!817)
+- Addition of dnest4 sampler (!849, !883)
+- Loaded modules added to meta-data (!881)
+
+### Changes
+- Constraint to Uniform priors in ROQ tutorial (!884)
+- Fix to CDF and PDF for SymmetricLogUniform prior (!876)
+- Fix bug in evidence combination (!880)
+- Typo fixes (!878, !887, !879)
+- Minor bug fixes (!888)
+
 ## [1.0.2] 2020-09-14
 
 Version 1.0.2 release of bilby
@@ -8,7 +27,7 @@ Version 1.0.2 release of bilby
 - Template for the docker files (!783)
 - New delta_phase parameter (!850)
 - Normalization factor to time-domain waveform plot (!867)
-- JSON encoding for int and float types (!866) 
+- JSON encoding for int and float types (!866)
 - Various minor formatting additions (!870)
 
 ### Changes
diff --git a/setup.py b/setup.py
index abb40ecd07fde6a08cf24cf463c2f0f07fd94d3c..daf2db2fc7252f02126b564695a821e93e2ee7c4 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ def readfile(filename):
     return filecontents
 
 
-VERSION = '1.0.2'
+VERSION = '1.0.3'
 version_file = write_version_file(VERSION)
 long_description = get_long_description()