diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-08-28  Laurent P. René de Cotret <laurent.decotret@outlook.com>  0.3.1
+
+* Now tested with GHC 9.10.1.
+* Updated dependency bounds.
+
 2024-03-27  Laurent P. René de Cotret <laurent.decotret@outlook.com>  0.3.0
 
 * Breaking change: update dependency bounds to require network-3.0.
diff --git a/distributed-process-simplelocalnet.cabal b/distributed-process-simplelocalnet.cabal
--- a/distributed-process-simplelocalnet.cabal
+++ b/distributed-process-simplelocalnet.cabal
@@ -1,5 +1,5 @@
 Name:          distributed-process-simplelocalnet
-Version:       0.3.0
+Version:       0.3.1
 Cabal-Version: >=1.10
 Build-Type:    Simple
 License:       BSD3
@@ -15,7 +15,7 @@
                discovery based on UDP multicast. This is a zero-configuration
                backend designed to get you going with Cloud Haskell quickly
                without imposing any structure on your application.
-Tested-With:   GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2
+Tested-With:   GHC==9.0.2 GHC==9.2.8 GHC==9.4.5 GHC==9.6.4 GHC==9.8.2 GHC==9.10.1
 Category:      Control
 extra-source-files: ChangeLog
 
@@ -25,9 +25,9 @@
 
 Library
   Build-Depends:     base >= 4.4 && < 5,
-                     bytestring >= 0.9 && < 0.12,
+                     bytestring >= 0.9 && < 0.13,
                      exceptions >= 0.5 && <0.11,
-                     network >= 3.0 && < 3.2,
+                     network >= 3.0 && < 3.3,
                      network-multicast >= 0.1.1 && < 0.4,
                      data-accessor >= 0.2 && < 0.3,
                      binary >= 0.6.3 && < 0.9,
