diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+1.0.10.0
+========
+
+- Push upper bounds for `base-4.10`.
+
 1.0.9.0
 =======
 
diff --git a/aeson-injector.cabal b/aeson-injector.cabal
--- a/aeson-injector.cabal
+++ b/aeson-injector.cabal
@@ -1,5 +1,5 @@
 name:                aeson-injector
-version:             1.0.9.0
+version:             1.0.10.0
 synopsis:            Injecting fields into aeson values
 description:         See README.md
 license:             MIT
@@ -30,7 +30,7 @@
       Data.Aeson.WithField
 
   build-depends:
-      base                 >= 4.7     && < 4.10
+      base                 >= 4.7     && < 4.11
     , aeson                >= 0.11    && < 1.3
     , bifunctors           >= 5.2     && < 6
     , deepseq              >= 1.4     && < 2
