diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,10 @@
 
+## 0.3.1 (2023-06-28)
+
+#### Changed
+
+- Ensure support for GHC 9.6.
+
 ## 0.3.0 (2023-04-24)
 
 #### Changed
diff --git a/streaming-bytestring.cabal b/streaming-bytestring.cabal
--- a/streaming-bytestring.cabal
+++ b/streaming-bytestring.cabal
@@ -1,6 +1,6 @@
 cabal-version:      >=1.10
 name:               streaming-bytestring
-version:            0.3.0
+version:            0.3.1
 synopsis:           Fast, effectful byte streams.
 description:
   This library enables fast and safe streaming of byte data, in either @Word8@ or
@@ -42,7 +42,8 @@
    || ==8.10.3
    || ==9.0.2
    || ==9.2.5
-   || ==9.4.4
+   || ==9.4.5
+   || ==9.6.2
 
 source-repository head
   type:     git
@@ -73,7 +74,7 @@
     , bytestring         >=0.10.4  && <0.12
     , deepseq            >=1.4     && <1.5
     , exceptions         >=0.8     && <0.11
-    , ghc-prim           >=0.4     && <0.10
+    , ghc-prim           >=0.4     && <0.11
     , mmorph             >=1.0     && <1.3
     , mtl                >=2.2     && <2.4
     , resourcet          >=1.1     && <1.4
