diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for bloomfilter-blocked
 
+## 0.1.0.2 -- 2026-03-03
+
+* PATCH: support `ghc-9.14`
+
 ## 0.1.0.1 -- 2025-11-25
 
 * PATCH: Change source code repository to a new location.
diff --git a/bloomfilter-blocked.cabal b/bloomfilter-blocked.cabal
--- a/bloomfilter-blocked.cabal
+++ b/bloomfilter-blocked.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.4
 name:               bloomfilter-blocked
-version:            0.1.0.1
+version:            0.1.0.2
 synopsis:           Fast, compact Bloom filters
 description:
   This library provides [Bloom filters](https://en.wikipedia.org/wiki/Bloom_filter).
@@ -53,7 +53,7 @@
 category:           Data
 build-type:         Simple
 tested-with:
-  GHC ==9.2 || ==9.4 || ==9.6 || ==9.8 || ==9.10 || ==9.12
+  GHC ==9.2 || ==9.4 || ==9.6 || ==9.8 || ==9.10 || ==9.12 || ==9.14
 
 extra-doc-files:
   CHANGELOG.md
@@ -72,7 +72,7 @@
 source-repository this
   type:     git
   location: https://github.com/well-typed/bloomfilter-blocked
-  tag:      bloomfilter-blocked-0.1.0.1
+  tag:      bloomfilter-blocked-0.1.0.2
 
 common warnings
   ghc-options:
@@ -94,7 +94,7 @@
   import:          language, warnings
   hs-source-dirs:  src
   build-depends:
-    , base                        >=4.16  && <4.22
+    , base                        >=4.16  && <4.23
     , bloomfilter-blocked:xxhash
     , bytestring                  ^>=0.11 || ^>=0.12
     , deepseq                     ^>=1.4  || ^>=1.5
