diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 `tmp-proc-postgres` uses [PVP Versioning][1].
 
+## 0.5.3.1 -- 2023-08-16
+
+* correct the lower bound on tmp-proc
+
 ## 0.5.3.0 -- 2023-08-11
 
 * Extend the upper version bound for postgresql-simple
diff --git a/tmp-proc-postgres.cabal b/tmp-proc-postgres.cabal
--- a/tmp-proc-postgres.cabal
+++ b/tmp-proc-postgres.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               tmp-proc-postgres
-version:            0.5.3.0
+version:            0.5.3.1
 synopsis:           Launch a PostgreSQL database in docker using tmp-proc
 description:
   Demos how to use tmp-proc to run a PostgreSQL database in docker in a unittest.
@@ -35,7 +35,7 @@
     , bytestring         >=0.10.8.2 && <0.12.1
     , postgresql-simple  >=0.5.4  && <0.8
     , text               >=1.2.3.0  && <1.3 || >=2.0 && <2.1
-    , tmp-proc           >=0.5  && <0.6
+    , tmp-proc           >=0.5.3  && <0.6
 
   default-language: Haskell2010
   ghc-options:      -fno-ignore-asserts -Wall
