diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for quickcheck-lockstep
 
+## 0.8.2 -- 2025-10-29
+
+* PATCH: support `QuickCheck-2.17`
+
 ## 0.8.1 -- 2025-07-18
 
 * PATCH: support `QuickCheck-2.16`
diff --git a/quickcheck-lockstep.cabal b/quickcheck-lockstep.cabal
--- a/quickcheck-lockstep.cabal
+++ b/quickcheck-lockstep.cabal
@@ -1,6 +1,6 @@
 cabal-version:   3.4
 name:            quickcheck-lockstep
-version:         0.8.1
+version:         0.8.2
 license:         BSD-3-Clause
 license-file:    LICENSE
 author:          Edsko de Vries
@@ -37,7 +37,7 @@
 source-repository this
   type:     git
   location: https://github.com/well-typed/quickcheck-lockstep
-  tag:      quickcheck-lockstep-0.8.1
+  tag:      quickcheck-lockstep-0.8.2
 
 common language
   -- This is at the top-level so that `cabal check` does not complain.
@@ -143,7 +143,7 @@
     , constraints         ^>=0.13 || ^>=0.14
     , containers          ^>=0.6  || ^>=0.7  || ^>=0.8
     , mtl                 ^>=2.2  || ^>=2.3
-    , QuickCheck          ^>=2.14 || ^>=2.15 || ^>=2.16
+    , QuickCheck          ^>=2.14 || ^>=2.15 || ^>=2.16 || ^>=2.17
     , quickcheck-dynamic  ^>=4.0
 
   hs-source-dirs:  src
