diff --git a/Changelog.markdown b/Changelog.markdown
--- a/Changelog.markdown
+++ b/Changelog.markdown
@@ -1,3 +1,7 @@
+# v0.3.2 (2023-12-30)
+
+* enable support for GHC 9.4
+
 # v0.3.1 (2023-10-30)
 
 * enable TCP_NODELAY to reduce intermessage latency
diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -13,7 +13,7 @@
 
 ## Requirements
 
-* GHC 8.6+
+* GHC 9.0+
 
 ## Code Example
 
diff --git a/curryer-rpc.cabal b/curryer-rpc.cabal
--- a/curryer-rpc.cabal
+++ b/curryer-rpc.cabal
@@ -1,5 +1,5 @@
 Name: curryer-rpc
-Version: 0.3.1
+Version: 0.3.2
 License: PublicDomain
 Build-Type: Simple
 Homepage: https://github.com/agentm/curryer
@@ -18,7 +18,7 @@
     location: https://github.com/agentm/curryer
 
 Library
-        Build-Depends: base >= 4.12 && < 4.17
+        Build-Depends: base >= 4.12 && < 4.19
                      , winery
                      , bytestring
                      , streamly >= 0.9.0
