diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,14 +1,4 @@
-[![Build Status](https://travis-ci.org/GaloisInc/bv-sized.svg?branch=master)](https://travis-ci.org/GaloisInc/bv-sized)
-
-bv-sized - A Haskell library for manipulating width-parameterized bitvectors
-===
-
-copyright (c) Ben Selfridge, Galois Inc. 2018
-
-This library defines a bitvector datatype that is parameterized by the
-vector width.
-
-Other information
-===
+# bv-sized
 
-* contact: benselfridge@galois.com
+This library defines a bitvector datatype that is parameterized by the bit
+width.
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.6
+version:             1.0.7
 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.2,
+                       parameterized-utils >= 2.0.2 && < 2.3,
                        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.7 -- 2026-01-24
+
+* Support building with `parameterized-utils` 2.2.*
+
 ## 1.0.6 *March 2025*
 
 * Support building with `random-1.3.*`
