diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
   [The latest version of this document is on GitHub.](https://github.com/haskell-servant/servant/blob/master/servant-http-streams/CHANGELOG.md)
 [Changelog for `servant` package contains significant entries for all core packages.](https://github.com/haskell-servant/servant/blob/master/servant/CHANGELOG.md)
 
+0.18.2
+------
+
+### Significant changes
+
+- Support `servant-client-core` 0.18.2.
+
 0.18.1
 ------
 
diff --git a/servant-http-streams.cabal b/servant-http-streams.cabal
--- a/servant-http-streams.cabal
+++ b/servant-http-streams.cabal
@@ -1,6 +1,6 @@
 cabal-version:       >=1.10
 name:                servant-http-streams
-version:             0.18.1
+version:             0.18.2
 
 synopsis:            Automatic derivation of querying functions for servant
 category:            Servant, Web
@@ -55,7 +55,7 @@
   -- Strict dependency on `servant-client-core` as we re-export things.
   build-depends:
       servant               == 0.18.*
-    , servant-client-core   >= 0.18 && <0.19.1
+    , servant-client-core   >= 0.18.2 && <0.18.3
 
   -- Other dependencies: Lower bound around what is in the latest Stackage LTS.
   -- Here can be exceptions if we really need features from the newer versions.
