diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## 5.0.4 (2022-10-18)
+
+#### Changed
+
+- Bumped `base` bound to support GHC 9.4.
+
 ## 5.0.3 (2022-02-25)
 
 #### Fixed
diff --git a/versions.cabal b/versions.cabal
--- a/versions.cabal
+++ b/versions.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               versions
-version:            5.0.3
+version:            5.0.4
 synopsis:           Types and parsers for software version numbers.
 description:
   A library for parsing and comparing software version numbers. We like to give
@@ -40,7 +40,7 @@
     -Wincomplete-uni-patterns
 
   build-depends:
-    , base        >=4.10 && <4.17
+    , base        >=4.10 && <4.18
     , megaparsec  >=7
     , text        ^>=1.2 || ^>= 2.0
 
