diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.4.2.1
+=======
+
+* Push bounds for `aeson-1.1.2.0`.
+
 0.4.2.0
 =======
 
diff --git a/servant-auth-token-api.cabal b/servant-auth-token-api.cabal
--- a/servant-auth-token-api.cabal
+++ b/servant-auth-token-api.cabal
@@ -1,5 +1,5 @@
 name:                servant-auth-token-api
-version:             0.4.2.0
+version:             0.4.2.1
 synopsis:            Servant based API for token based authorisation
 description:         Please see README.md
 homepage:            https://github.com/ncrashed/servant-auth-token-api#readme
@@ -28,7 +28,7 @@
     Servant.API.Auth.Token.Internal.Schema
   build-depends:
       base            >= 4.7    && < 5
-    , aeson           >= 0.11   && < 1.1
+    , aeson           >= 0.11   && < 1.3
     , aeson-injector  >= 1.0.4  && < 1.1
     , lens            >= 4.13   && < 5
     , raw-strings-qq  >= 1.1    && < 1.2
