diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 `hspec-tmp-proc` uses [PVP Versioning][1].
 
+## 0.7.0.0 -- 2024-05-12
+
+* Extend the upper bound for tmp-proc to allow 0.7
+
 ## 0.6.0.0 -- 2024-01-09
 
 * Extend the upper bound for tmp-proc to 0.6
diff --git a/hspec-tmp-proc.cabal b/hspec-tmp-proc.cabal
--- a/hspec-tmp-proc.cabal
+++ b/hspec-tmp-proc.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               hspec-tmp-proc
-version:            0.6.0.0
+version:            0.7.0.0
 synopsis:           Simplify use of tmp-proc from hspec tests
 description:        Reduces boilerplate when using tmp-proc with hspec
 license:            BSD-3-Clause
@@ -15,12 +15,7 @@
 extra-source-files:
   ChangeLog.md
   README.md
-tested-with:
-  GHC == 8.8.4
-  GHC == 8.10.7
-  GHC == 9.0.2
-  GHC == 9.2.8
-  GHC == 9.4.5
+tested-with:        GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.5
 
 source-repository head
   type:     git
@@ -33,7 +28,7 @@
   build-depends:
     , base      >=4.11    && <5
     , hspec     >=2.7.0   && <2.12.0
-    , tmp-proc  >=0.5.2 && <0.7.0
+    , tmp-proc  >=0.5.2 && <0.8
 
   default-language: Haskell2010
   ghc-options:      -fno-ignore-asserts -Wall
