diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,5 @@
+0.4.0.2 (2024-08-28):
+    - Updating version bounds for GHC 9.10
 0.4.0.1 (2024-02-19):
     - Updating version bounds for GHC 9.8
 0.4.0 (2023-03-19):
diff --git a/unix-bytestring.cabal b/unix-bytestring.cabal
--- a/unix-bytestring.cabal
+++ b/unix-bytestring.cabal
@@ -6,11 +6,11 @@
 --    <https://github.com/haskell/cabal/issues/4899>
 
 ----------------------------------------------------------------
--- wren gayle romano <wren@cpan.org>                ~ 2024-02-19
+-- wren gayle romano <wren@cpan.org>                ~ 2024-08-28
 ----------------------------------------------------------------
 
 Name:           unix-bytestring
-Version:        0.4.0.1
+Version:        0.4.0.2
 Build-Type:     Simple
 Stability:      provisional
 Homepage:       https://wrengr.org/software/hackage.html
@@ -52,8 +52,9 @@
     GHC ==9.0.1,
     GHC ==9.2.4,
     GHC ==9.4.8,
-    GHC ==9.6.4,
-    GHC ==9.8.1
+    GHC ==9.6.5,
+    GHC ==9.8.2,
+    GHC ==9.10.1
 
 Source-Repository head
     Type:     git
@@ -77,7 +78,7 @@
     -- FIXME: unix-2.8.0.0 introduces some additional conflicts
     --
     -- Not sure what the real minbound is on bytestring...
-    Build-Depends: base       >= 4.1     && < 4.20
+    Build-Depends: base       >= 4.1     && < 4.21
                  , bytestring >= 0.9.1.5 && < 0.13
 
 ----------------------------------------------------------------
