diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+filepath-bytestring (1.5.2.0.5) unstable; urgency=medium
+
+  * Allow base bundled with GHC 9.14.1
+
+ -- Joey Hess <id@joeyh.name>  Mon, 20 Apr 2026 09:53:42 -0400
+
 filepath-bytestring (1.5.2.0.4) unstable; urgency=medium
 
   * Allow filepath-bytestring 1.5.5.0 bundled by GHC 9.12.4
diff --git a/filepath-bytestring.cabal b/filepath-bytestring.cabal
--- a/filepath-bytestring.cabal
+++ b/filepath-bytestring.cabal
@@ -1,6 +1,6 @@
 cabal-version: 1.18
 name:           filepath-bytestring
-version:        1.5.2.0.4
+version:        1.5.2.0.5
 -- NOTE: Don't forget to update CHANGELOG and the filepath dependency below
 license:        BSD3
 license-file:   LICENSE
@@ -53,7 +53,7 @@
         System.FilePath.Windows.ByteString
 
     build-depends:
-        base >= 4 && < 4.22,
+        base >= 4 && < 4.23,
         bytestring >= 0.11.3.0,
         filepath >= 1.4.100.4 && < 1.5.0.0 || >= 1.5.2.0 && <= 1.5.5.0
     if os(Windows)
