diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 7.0.3 (2020-05-27)
+
+- Bumped `http-client` bounds.
+
 ## 7.0.2 (2020-05-26)
 
 #### Changed
diff --git a/aur.cabal b/aur.cabal
--- a/aur.cabal
+++ b/aur.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               aur
-version:            7.0.2
+version:            7.0.3
 synopsis:           Access metadata from the Arch Linux User Repository.
 description:
   Access package information from Arch Linux's AUR via its RPC interface. The
@@ -29,7 +29,7 @@
 
   build-depends:
     , base         >=4.10 && <5
-    , http-client  >=0.5  && <0.7
+    , http-client  >=0.5  && <0.8
 
 library
   import:          commons
