diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 `tmp-proc-example` uses [PVP Versioning][1].
 
+## 0.5.1.0 -- 2022-08-08
+
+* Bump version of text and base
+
 ## 0.5.0.0 -- 2021-09-28
 
 * First version.
diff --git a/tmp-proc-example.cabal b/tmp-proc-example.cabal
--- a/tmp-proc-example.cabal
+++ b/tmp-proc-example.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               tmp-proc-example
-version:            0.5.0.0
+version:            0.5.1.0
 synopsis:           Shows how to test a simple service using tmp-proc
 description:
   Provides working examples that use tmp-proc to test a simple postgresql/redis servant-based API service
@@ -42,7 +42,7 @@
   hs-source-dirs:   src specs
   build-depends:
     , aeson
-    , base                   >=4.11 && <4.16
+    , base                   >=4.11 && <5
     , bytestring
     , exceptions
     , hedis
@@ -63,7 +63,7 @@
     , tasty-hunit
     , text
     , time
-    , tmp-proc
+    , tmp-proc  >= 0.5.1.0
     , tmp-proc-postgres
     , tmp-proc-redis
     , transformers
