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.9 (2022-08-30)
+--------------------
+
+* Git: :tag:`tasty-dejafu-2.0.0.9`
+* Hackage: :hackage:`tasty-dejafu-2.0.0.9`
+
+Fixed
+~~~~~
+
+* Remove inaccurate comment about ```Test.Tasty.DejaFu.testDejafus``
+  sharing work.
+
+
 2.0.0.8 (2021-08-15)
 --------------------
 
diff --git a/Test/Tasty/DejaFu.hs b/Test/Tasty/DejaFu.hs
--- a/Test/Tasty/DejaFu.hs
+++ b/Test/Tasty/DejaFu.hs
@@ -229,8 +229,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/tasty-dejafu.cabal b/tasty-dejafu.cabal
--- a/tasty-dejafu.cabal
+++ b/tasty-dejafu.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                tasty-dejafu
-version:             2.0.0.8
+version:             2.0.0.9
 synopsis:            Deja Fu support for the Tasty test framework.
 
 description:
@@ -30,7 +30,7 @@
 source-repository this
   type:     git
   location: https://github.com/barrucadu/dejafu.git
-  tag:      tasty-dejafu-2.0.0.8
+  tag:      tasty-dejafu-2.0.0.9
 
 library
   exposed-modules:     Test.Tasty.DejaFu
