diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index c06e297f43fbb2789d5cc38c6131b71ca9f0b9d8..6697a0e4ff36d94a9372d4c05b8daa72b8a371b3 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -21,6 +21,22 @@ Changed
 * Minimum required version of ``nibabel`` is now 2.3.
 * The :class:`.Image` class now fully delegates to ``nibabel`` for managing
   file handles.
+
+
+Removed
+^^^^^^^
+
+* Many deprecated items removed.
+
+
+1.13.2 (Friday November 30th 2018)
+----------------------------------
+
+
+Changed
+^^^^^^^
+
+
 * The :meth:`.Image.resample` method now supports images with more than three
   dimensions.
 * The :func:`fsl.utils.fslsub.submit` now returns the job-id as a string
@@ -29,10 +45,15 @@ Changed
   output from the function wrappers in :mod:`fsl.wrappers` if submitted.
 
 
-Removed
-^^^^^^^
+Fixed
+^^^^^
 
-* Many deprecated items removed.
+
+* Fix to the :class:`.ImageWrapper` regarding complex data types.
+
+
+1.13.1 (Friday November 23rd 2018)
+----------------------------------
 
 
 Fixed
@@ -44,7 +65,6 @@ Fixed
 * Make sure that FEAT ``Cluster`` objects (created by the
   :func:`.loadClusterResults` function) contain ``p`` and ``logp`` attributes,
   even when cluster thresholding was not used.
-* Fix to the :class:`.ImageWrapper` regarding complex data types.
 
 
 1.13.0 (Thursday 22nd November 2018)