diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+filepath-bytestring (1.4.2.1.12) unstable; urgency=medium
+
+  * Relax bounds to allow base 4.17 (ghc 9.4).
+
+ -- Joey Hess <id@joeyh.name>  Thu, 20 Oct 2022 13:25:40 -0400
+
 filepath-bytestring (1.4.2.1.11) unstable; urgency=medium
 
   * Deprecated this library, since filepath has added OsPath that
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.4.2.1.11
+version:        1.4.2.1.12
 -- 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.17,
+        base >= 4 && < 4.18,
         bytestring >= 0.11.2.0
     if os(Windows)
         build-depends: utf8-string
