diff --git a/Changelog.md b/Changelog.md
new file mode 100644
--- /dev/null
+++ b/Changelog.md
@@ -0,0 +1,4 @@
+# 0.2.2.0
+
+- Build with `streaming-bytestring` 0.2.3.
+- Build with `aeson-2.1`.
diff --git a/Streaming/Zip.hs b/Streaming/Zip.hs
--- a/Streaming/Zip.hs
+++ b/Streaming/Zip.hs
@@ -28,7 +28,7 @@
 import           Control.Exception         (throwIO)
 import           Control.Monad             (unless)
 import qualified Data.ByteString           as B
-import Data.ByteString.Streaming 
+import Data.ByteString.Streaming hiding (for)
 import Streaming
 import qualified Data.ByteString.Streaming.Internal as I 
 import Data.ByteString.Streaming.Internal (ByteString (..)) 
diff --git a/streaming-utils.cabal b/streaming-utils.cabal
--- a/streaming-utils.cabal
+++ b/streaming-utils.cabal
@@ -1,5 +1,5 @@
 name:                streaming-utils
-version:             0.2.1.0
+version:             0.2.2.0
 synopsis:            http, attoparsec, pipes and other utilities for the streaming libraries
 
 description:         This package includes http-client, aeson, attoparsec, zlib and pipes utilities for use with
@@ -43,14 +43,14 @@
 -- copyright:
 build-type:          Simple
 category:            Data, Pipes, Streaming
--- extra-source-files:
+extra-source-files:  Changelog.md
 cabal-version:       >=1.10
 stability:           Experimental
-homepage:            https://github.com/michaelt/streaming-utils
-bug-reports:         https://github.com/michaelt/streaming-utils/issues
+homepage:            https://github.com/haskell-streaming/streaming-utils
+bug-reports:         https://github.com/haskell-streaming/streaming-utils/issues
 source-repository head
     type: git
-    location: https://github.com/michaelt/streaming-utils
+    location: https://github.com/haskell-streaming/streaming-utils
 
 library
   exposed-modules:     Data.Attoparsec.ByteString.Streaming
@@ -75,7 +75,7 @@
                        network,
                        http-client >=0.2 && <0.8,
                        http-client-tls,
-                       aeson > 0.8 && <1.6,
+                       aeson > 0.8 && <2.2,
                        json-stream > 0.4 && < 0.5,
                        resourcet > 1.0 && < 1.3,
                        streaming-commons > 0.2 && < 0.3
