diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for ghc-debug-client
 
+## 0.7.0.0 -- 2025-05-20
+
+* Relax version bounds
+
 ## 0.6.0.0 -- 2024-04-10
 
 * Properly handle exceptions in parralel traversals
diff --git a/ghc-debug-client.cabal b/ghc-debug-client.cabal
--- a/ghc-debug-client.cabal
+++ b/ghc-debug-client.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                ghc-debug-client
-version:             0.6.0.0
+version:             0.7.0.0
 synopsis:            Useful functions for writing heap analysis tools which use
                      ghc-debug.
 description:         Useful functions for writing heap analysis tools which use
@@ -40,18 +40,18 @@
                        GHC.Debug.Client.Monad.Class,
                        GHC.Debug.Client.Monad.Simple
 
-  build-depends:       base >=4.16 && < 4.20,
+  build-depends:       base >=4.16 && < 4.22,
                        network >= 2.6 ,
                        containers ^>= 0.6,
                        unordered-containers ^>= 0.2.13,
-                       ghc-debug-common == 0.6.0.0,
-                       ghc-debug-convention == 0.6.0.0,
+                       ghc-debug-common == 0.7.0.0,
+                       ghc-debug-convention == 0.7.0.0,
                        text >= 2.1 && < 3,
                        process ^>= 1.6,
                        filepath >= 1.4 && < 1.6,
                        directory ^>= 1.3,
                        bitwise >= 1.0,
-                       hashable >= 1.3 && < 1.5,
+                       hashable >= 1.3 && < 1.6,
                        mtl >= 2.2 && <2.4,
                        binary ^>= 0.8,
                        psqueues ^>= 0.2,
@@ -59,7 +59,7 @@
                        async ^>= 2.2,
                        monoidal-containers >= 0.6,
                        language-dot ^>= 0.1,
-                       ghc-prim >= 0.8 && <0.12,
+                       ghc-prim >= 0.8 && <0.14,
                        stm ^>= 2.5,
                        vector ^>= 0.13.1 ,
                        bytestring >= 0.11,
