diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for hspec-tmp-proc
 
+## 0.5.1.0 -- 2022-08-08
+
+* Bump version of hspec, text and base
+
 ## 0.5.0.1 -- 2021-09-30
 
 * Add a link to the home page
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.5.0.1
+version:            0.5.1.0
 synopsis:           Simplify use of tmp-proc from hspec tests
 description:        Reduces boilerplate when using tmp-proc with hspec
 license:            BSD-3-Clause
@@ -26,9 +26,9 @@
   exposed-modules:  Test.Hspec.TmpProc
   hs-source-dirs:   src
   build-depends:
-    , base      >=4.11    && <4.16
-    , hspec     >=2.7.0   && <2.9.0
-    , tmp-proc  >=0.5.0.0 && <0.6.0.0
+    , base      >=4.11    && <5
+    , hspec     >=2.7.0   && <2.12.0
+    , tmp-proc  >=0.5.1.0 && <0.6.0.0
 
   default-language: Haskell2010
   ghc-options:      -fno-ignore-asserts -Wall
