diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.0.3
+
+- Expand version bounds to include http-client v0.7.
+
 # 0.1.0.2
 
 - Expand version bounds to include aeson v1.5.0.
diff --git a/bugsnag-hs.cabal b/bugsnag-hs.cabal
--- a/bugsnag-hs.cabal
+++ b/bugsnag-hs.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 425dcd060d1fbbdde18f005b8ea41b023bd4423ee9b8f2a54c7386295b16ad29
+-- hash: 7caac2dd8372f186bc786e2c0c35b6f70284087a246e937655343f3b6105231e
 
 name:           bugsnag-hs
-version:        0.1.0.2
+version:        0.1.0.3
 synopsis:       A Bugsnag client for Haskell.
 description:    Please see the README at <https://github.com/jwoudenberg/bugsnag-hs>.
 category:       Web
@@ -42,7 +42,7 @@
     , auto-update >=0.1.4 && <0.2
     , base >=4.10.1.0 && <5
     , bytestring >=0.10.8.2 && <0.11
-    , http-client >=0.5.10 && <0.7
+    , http-client >=0.5.10 && <0.8
     , stm >=2.4.5.0 && <2.6
     , text >=1.2.3.0 && <1.3
     , time >=1.8.0.2 && <1.11
