diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+# 1.7.1
+
++ Bump http-types.
+
 # 1.7.0
 
 + Test with GHC 8.2. Drop GHC 7.8.
diff --git a/hjsonschema.cabal b/hjsonschema.cabal
--- a/hjsonschema.cabal
+++ b/hjsonschema.cabal
@@ -1,5 +1,5 @@
 name:               hjsonschema
-version:            1.7.0
+version:            1.7.1
 synopsis:           JSON Schema library
 homepage:           https://github.com/seagreen/hjsonschema
 license:            MIT
@@ -70,7 +70,7 @@
     , hjsonpointer         >= 1.1    && < 1.4
     -- 0.4.30 is for parseUrlThrow:
     , http-client          >= 0.4.30 && < 0.6
-    , http-types           >= 0.8    && < 0.10
+    , http-types           >= 0.8    && < 0.11
     , pcre-heavy           >= 1.0    && < 1.1
     , profunctors          >= 5.0    && < 5.3
     , protolude            >= 0.1.10 && < 1.2
