diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+### 0.0.4.8
+
+Version bumps
+
 ### 0.0.4.7
 
 Supports base-4.17 and GHC 9.4
diff --git a/either-list-functions.cabal b/either-list-functions.cabal
--- a/either-list-functions.cabal
+++ b/either-list-functions.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name:     either-list-functions
-version:  0.0.4.7
+version:  0.0.4.8
 category: Data
 synopsis: Functions involving lists of Either
 
@@ -26,7 +26,7 @@
     default-language: Haskell2010
     ghc-options: -Wall
     build-depends:
-      , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17
+      , base ^>= 4.18 || ^>= 4.19
 
 library
     import: base
@@ -42,5 +42,5 @@
     ghc-options: -threaded
     hs-source-dirs: test
     build-depends:
-      , doctest ^>= 0.18.2 || ^>= 0.19 || ^>= 0.20
+      , doctest ^>= 0.22 || ^>= 0.23
       , either-list-functions
