diff --git a/Changelog.markdown b/Changelog.markdown
--- a/Changelog.markdown
+++ b/Changelog.markdown
@@ -1,3 +1,7 @@
+# v0.3.7 (2024-08-24)
+
+* enable building with GHC 9.6, 9.8, 9.10
+	
 # v0.3.6 (2024-07-20)
 
 * update to streamly 0.10.1
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.6
+Version: 0.3.7
 License: PublicDomain
 Build-Type: Simple
 Homepage: https://github.com/agentm/curryer
@@ -12,13 +12,14 @@
 Synopsis: Fast, Haskell RPC
 Description: Haskell-to-Haskell RPC using Winery serialization.
 Extra-Source-Files: Changelog.markdown README.markdown
+Tested-With: GHC ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1
 
 Source-Repository head
     Type: git
     location: https://github.com/agentm/curryer
 
 Library
-        Build-Depends: base >= 4.12 && < 4.19
+        Build-Depends: base >= 4.12 && <= 4.21
                      , winery
                      , bytestring
                      , streamly == 0.10.1
