diff --git a/bv-sized.cabal b/bv-sized.cabal
--- a/bv-sized.cabal
+++ b/bv-sized.cabal
@@ -1,5 +1,5 @@
 name:                bv-sized
-version:             1.0.7
+version:             1.0.8
 category:            Bit Vectors
 synopsis:            a bitvector datatype that is parameterized by the vector width
 description:
@@ -31,7 +31,7 @@
                        bytestring >= 0.10 && < 0.13,
                        deepseq >= 1.4.0 && < 1.6,
                        panic >= 0.4.0 && < 0.5,
-                       parameterized-utils >= 2.0.2 && < 2.3,
+                       parameterized-utils >= 2.0.2 && < 2.4,
                        random >= 1.2.0 && < 1.4,
                        th-lift >= 0.8.1 && < 0.9
   hs-source-dirs:      src
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # Changelog for [`bv-sized` package](http://hackage.haskell.org/package/bv-sized)
 
+## 1.0.8 -- 2026-08-26
+
+* Support building with `parameterized-utils` 2.3.*
+
 ## 1.0.7 -- 2026-01-24
 
 * Support building with `parameterized-utils` 2.2.*
