diff --git a/CHANGELOG.rst b/CHANGELOG.rst
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -7,6 +7,19 @@
 .. _PVP: https://pvp.haskell.org/
 
 
+2.0.0.6 (2022-08-30)
+--------------------
+
+* Git: :tag:`hunit-dejafu-2.0.0.6`
+* Hackage: :hackage:`hunit-dejafu-2.0.0.6`
+
+Fixed
+~~~~~
+
+* Remove inaccurate comment about ```Test.HUnit.DejaFu.testDejafus``
+  sharing work.
+
+
 2.0.0.5 (2021-08-15)
 --------------------
 
diff --git a/Test/HUnit/DejaFu.hs b/Test/HUnit/DejaFu.hs
--- a/Test/HUnit/DejaFu.hs
+++ b/Test/HUnit/DejaFu.hs
@@ -196,8 +196,7 @@
 testDejafuWithSettings settings name p = testDejafusWithSettings settings [(name, p)]
 
 -- | Variant of 'testDejafu' which takes a collection of predicates to
--- test. This will share work between the predicates, rather than
--- running the concurrent computation many times for each predicate.
+-- test.
 --
 -- @since 2.0.0.0
 testDejafus :: Show b
diff --git a/hunit-dejafu.cabal b/hunit-dejafu.cabal
--- a/hunit-dejafu.cabal
+++ b/hunit-dejafu.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                hunit-dejafu
-version:             2.0.0.5
+version:             2.0.0.6
 synopsis:            Deja Fu support for the HUnit test framework.
 
 description:
@@ -30,7 +30,7 @@
 source-repository this
   type:     git
   location: https://github.com/barrucadu/dejafu.git
-  tag:      hunit-dejafu-2.0.0.5
+  tag:      hunit-dejafu-2.0.0.6
 
 library
   exposed-modules:     Test.HUnit.DejaFu
