diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for cabal-appimage
 
+## 0.4.3.0 -- 2026-01-20
+
+* Build with GHC 9.14.
+
+
 ## 0.4.2.0 -- 2025-11-18
 
 * Proper check on Cabal version.
diff --git a/cabal-appimage.cabal b/cabal-appimage.cabal
--- a/cabal-appimage.cabal
+++ b/cabal-appimage.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.0
 name:                cabal-appimage
-version:             0.4.2.0
+version:             0.4.3.0
 synopsis:            Cabal support for creating AppImage applications
 description:         This package provides a build hook automating the
                      creation of AppImage bundles.
@@ -17,7 +17,7 @@
 
 library
   exposed-modules:     Distribution.AppImage
-  build-depends:       base >=4.11.0.0 && <4.22,
+  build-depends:       base >=4.11.0.0 && <4.23,
                        Cabal >=2.4.1.0 && <3.17,
                        filepath >=1.4.2.1 && <1.6
   hs-source-dirs:      src
