diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for cli-git
 
+## 0.2.0.3
+
+* Support GHC 9.12
+
 ## 0.2.0.2
 
 * Relax some bounds
diff --git a/cli-git.cabal b/cli-git.cabal
--- a/cli-git.cabal
+++ b/cli-git.cabal
@@ -1,6 +1,6 @@
 cabal-version:      >=1.10
 name:               cli-git
-version:            0.2.0.2
+version:            0.2.0.3
 license:            BSD3
 license-file:       LICENSE
 copyright:          Obsidian Systems LLC 2020 - 2024
@@ -13,7 +13,7 @@
                     README.md
 
 tested-with:
-  GHC ==8.6.5 || ==8.8.1 || ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.5 || ==9.6.1 || ==9.8.2 || ==9.10.1
+  GHC ==8.6.5 || ==8.8.1 || ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.5 || ==9.6.1 || ==9.8.2 || ==9.10.1 || ==9.12.2
 
 library
   exposed-modules:
@@ -23,7 +23,7 @@
 
   default-language: Haskell2010
   build-depends:
-      base            >=4.12.0.0 && <4.21
+      base            >=4.12.0.0 && <4.22
     , cli-extras      >=0.2.1.0  && <0.3
     , containers      >=0.6.0.1  && <0.8
     , data-default    >=0.7.1.1  && <0.9
