diff --git a/Network/Wreq/Lens/TH.hs b/Network/Wreq/Lens/TH.hs
--- a/Network/Wreq/Lens/TH.hs
+++ b/Network/Wreq/Lens/TH.hs
@@ -58,7 +58,7 @@
     , linkURL
     , linkParams
 
-    , Form.Part
+    , Form.PartM
     , partName
     , partFilename
     , partContentType
@@ -85,7 +85,7 @@
 makeLenses ''HTTP.HistoriedResponse
 makeLenses ''HTTP.Status
 makeLenses ''Types.Link
-makeLenses ''Form.Part
+makeLenses ''Form.PartM
 
 responseHeader :: HTTP.HeaderName -> Traversal' (HTTP.Response body) ByteString
 responseHeader n = responseHeaders . assoc n
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 -*- markdown -*-
 
+2019-01-25 0.5.3.2
+
+* Compatibility with http-client >= 0.6.0
+
 2018-12-10 0.5.3.1
 
 * Fix AWS-related things
diff --git a/wreq.cabal b/wreq.cabal
--- a/wreq.cabal
+++ b/wreq.cabal
@@ -1,5 +1,5 @@
 name:                wreq
-version:             0.5.3.1
+version:             0.5.3.2
 synopsis:            An easy-to-use HTTP client library.
 description:
   .
@@ -112,7 +112,7 @@
     exceptions >= 0.5,
     ghc-prim,
     hashable,
-    http-client >= 0.5.3.2,
+    http-client >= 0.6,
     http-client-tls >= 0.3.3,
     http-types >= 0.8,
     lens >= 4.5,
