diff --git a/changelog.txt b/changelog.txt
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,6 @@
+0.0.4.2
+  - Supports base-4.13 and GHC 8.8
+
 0.0.4.0
   - Added:
       - spanLeft'
diff --git a/either-list-functions.cabal b/either-list-functions.cabal
--- a/either-list-functions.cabal
+++ b/either-list-functions.cabal
@@ -1,5 +1,5 @@
 name:     either-list-functions
-version:  0.0.4.0
+version:  0.0.4.2
 category: Data
 synopsis: Functions involving lists of Either
 
@@ -35,7 +35,7 @@
   build-depends: base >=4.12
 
   -- upper bounds to exclude untested versions
-  build-depends: base <4.13, containers <0.7
+  build-depends: base <4.14, containers <0.7
 
 test-suite doctest
   default-language: Haskell2010
@@ -48,4 +48,4 @@
   build-depends: base >=4.12
 
   -- upper bounds to exclude untested versions
-  build-depends: base <4.13
+  build-depends: base <4.14
