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.1.0.0
+version:             1.1.1.0
 synopsis:            Injecting fields into aeson values
 description:         See README.md
 license:             MIT
@@ -15,6 +15,7 @@
   , GHC == 8.0.1
   , GHC == 8.0.2
   , GHC == 8.2.1
+  , GHC == 8.4.3
 extra-source-files:
   README.md
   CHANGELOG.md
@@ -31,8 +32,8 @@
       Data.Aeson.WithField
 
   build-depends:
-      base                 >= 4.7     && < 4.11
-    , aeson                >= 0.11    && < 1.3
+      base                 >= 4.7     && < 4.12
+    , aeson                >= 0.11    && < 1.5
     , bifunctors           >= 5.2     && < 6
     , deepseq              >= 1.4     && < 2
     , hashable             >= 1.0     && < 2.0
