diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+# 0.4.4.2
+
+- aeson-2.1
+
 # 0.4.4.1
 
 - added objectKeyValues (Dylan Simon)
diff --git a/json-stream.cabal b/json-stream.cabal
--- a/json-stream.cabal
+++ b/json-stream.cabal
@@ -1,5 +1,5 @@
 name:                json-stream
-version:             0.4.4.1
+version:             0.4.4.2
 synopsis:            Incremental applicative JSON parser
 description:         Easy to use JSON parser fully supporting incremental parsing.
                      Parsing grammar in applicative form.
@@ -45,7 +45,7 @@
   build-depends:         base >=4.7 && <5
                        , bytestring
                        , text
-                       , aeson >= 0.7 && < 2.1
+                       , aeson >= 0.7 && < 2.2
                        , vector
                        , unordered-containers
                        , scientific
