diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for tasty-checklist
 
+## 1.0.9.0 -- 2026-04-28
+
+  * Update support for parameterized-utils to support version 2.3.
+
 ## 1.0.8.0 -- 2025-10-25
 
   * Limit diff output to 100 lines and align output.
diff --git a/tasty-checklist.cabal b/tasty-checklist.cabal
--- a/tasty-checklist.cabal
+++ b/tasty-checklist.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               tasty-checklist
-version:            1.0.8.0
+version:            1.0.9.0
 synopsis:           Check multiple items during a tasty test
 description:
    Allows the test to check a number of items during a test and
@@ -45,7 +45,7 @@
   build-depends:    base >= 4.10 && < 5
                   , containers
                   , exceptions
-                  , parameterized-utils >= 2.1.0 && < 2.2
+                  , parameterized-utils >= 2.1.0 && < 2.4
                   , text
 
   
