diff --git a/changelog.txt b/changelog.txt
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,6 @@
+0.0.4.4
+  - Supports base-4.14 and GHC 8.8
+
 0.0.4.2
   - Supports base-4.13 and GHC 8.8
 
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.2
+version:  0.0.4.4
 category: Data
 synopsis: Functions involving lists of Either
 
@@ -20,6 +20,8 @@
 extra-source-files:
   changelog.txt
 
+tested-with: GHC == 8.10.1, GHC == 8.8.1, GHC == 8.6.5
+
 source-repository head
   type: git
   location: https://github.com/chris-martin/either-list-functions
@@ -35,7 +37,7 @@
   build-depends: base >=4.12
 
   -- upper bounds to exclude untested versions
-  build-depends: base <4.14, containers <0.7
+  build-depends: base <4.15, containers <0.7
 
 test-suite doctest
   default-language: Haskell2010
@@ -48,4 +50,4 @@
   build-depends: base >=4.12
 
   -- upper bounds to exclude untested versions
-  build-depends: base <4.14
+  build-depends: base <4.15
