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.2 -- 2022-08-16
+
+* Bump versions of tmp-proc dependencies
+
 ## 0.5.1.0 -- 2022-08-08
 
 * Bump version of text and base
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.1.1
+version:            0.5.1.2
 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
@@ -16,7 +16,10 @@
 extra-source-files:
   ChangeLog.md
 tested-with:
+  GHC == 8.8.4
   GHC == 8.10.5
+  GHC == 8.10.7
+  GHC == 9.2.2
 
 source-repository head
   type:     git
