diff --git a/CHANGES.rst b/CHANGES.rst
index 5a9fccd612..279e5e86de 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,9 @@
+0.6.1 (May 27, 2020)
+====================
+Hotfix release to address an issue recently encountered in fMRIPrep 20.1.0rc3.
+
+  * FIX: ``MultiLabel`` interpolations should not use ``float=True`` (#196)
+
 0.6.0 (May 22, 2020)
 ====================
 Minor release in preparation for fMRIPrep 20.1.x series.
diff --git a/setup.cfg b/setup.cfg
index 8ba87daab6..c71446b336 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -25,7 +25,7 @@ install_requires =
     matplotlib >= 2.2.0
     nibabel >= 3.0.1
     nipype >= 1.4
-    niworkflows ~= 1.2.0
+    niworkflows ~= 1.2.3
     numpy
     packaging
     pybids >= 0.10.2