diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,10 @@
 # Changelog for gargoyle-postgresql
 
-## 0.2.0.2
+## 0.2.0.4
+
+* Support GHC 9.12
+
+## 0.2.0.3
 
 * Support GHC 9.10
 
diff --git a/gargoyle-postgresql.cabal b/gargoyle-postgresql.cabal
--- a/gargoyle-postgresql.cabal
+++ b/gargoyle-postgresql.cabal
@@ -1,5 +1,5 @@
 name:               gargoyle-postgresql
-version:            0.2.0.3
+version:            0.2.0.4
 license:            BSD3
 license-file:       LICENSE
 author:             Obsidian Systems LLC
@@ -33,7 +33,7 @@
   > withDb dbPath a = withGargoyle defaultPostgres dbPath $ \dbUri -> a =<< connectPostgreSQL dbUri
 
 extra-source-files: ChangeLog.md
-tested-with:        GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.8.2 || ==9.10.1
+tested-with:        GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.8.2 || ==9.10.1 || ==9.12.2
 
 -- Requires postgres to be in the environment to run
 flag enable-psql-test
@@ -45,7 +45,7 @@
   ghc-options:      -Wall
   ghc-prof-options: -fprof-auto-exported
   build-depends:
-      base          >=4.12  && <4.21
+      base          >=4.12  && <4.22
     , bytestring    >=0.10  && <0.13
     , directory     >=1.3   && <1.4
     , gargoyle      >=0.1.1.0 && < 0.2
