diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+1.0.7.0
+=======
+
+- Push upper bounds for `aeson-1.1` and `servant-0.10`.
+
 1.0.6.0
 =======
 
diff --git a/aeson-injector.cabal b/aeson-injector.cabal
--- a/aeson-injector.cabal
+++ b/aeson-injector.cabal
@@ -1,23 +1,23 @@
 name:                aeson-injector
-version:             1.0.6.0
+version:             1.0.7.0
 synopsis:            Injecting fields into aeson values
 description:         See README.md
 license:             MIT
 license-file:        LICENSE
-author:              Anton Gushcha 
+author:              Anton Gushcha
 maintainer:          ncrashed@gmail.com
 copyright:           2016 Anton Gushcha
 category:            Data, JSON, Web
 build-type:          Simple
 cabal-version:       >=1.18
-tested-with: 
+tested-with:
     GHC == 7.10.3
   , GHC == 8.0.1
   , GHC == 8.0.2
 extra-source-files:
-  README.md 
-  CHANGELOG.md 
-  
+  README.md
+  CHANGELOG.md
+
 source-repository head
   type: git
   location: https://github.com/NCrashed/aeson-injector
@@ -28,24 +28,24 @@
   exposed-modules:
       Data.Aeson.Unit
       Data.Aeson.WithField
-    
-  build-depends: 
+
+  build-depends:
       base                 >= 4.7     && < 4.10
-    , aeson                >= 0.11    && < 1.1
+    , aeson                >= 0.11    && < 1.2
     , bifunctors           >= 5.2     && < 6
     , deepseq              >= 1.4     && < 2
     , lens                 >= 4.13    && < 5
     , swagger2             >= 2.1.2.1 && < 3.0
     , text                 >= 1.2     && < 2.0
     , unordered-containers >= 0.2.7   && < 0.3
-    , servant-docs         >= 0.7     && < 0.10
+    , servant-docs         >= 0.7     && < 0.11
 
 test-suite test-aeson-injector
   default-language: Haskell2010
   type: exitcode-stdio-1.0
   hs-source-dirs: test
   main-is: Main.hs
-  build-depends: 
+  build-depends:
       base
     , aeson
     , aeson-injector
@@ -54,7 +54,7 @@
     , QuickCheck >= 2.8.2
     , quickcheck-text
     , scientific
-    , swagger2 
+    , swagger2
     , tasty >= 0.11
     , tasty-hunit >= 0.9
     , tasty-quickcheck >= 0.8
