diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## 7.0.2 (2020-05-26)
+
+#### Changed
+
+- Bumped `aeson` bounds.
+
 ## 7.0.1 (2020-05-11)
 
 #### 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.1
+version:            7.0.2
 synopsis:           Access metadata from the Arch Linux User Repository.
 description:
   Access package information from Arch Linux's AUR via its RPC interface. The
@@ -36,7 +36,7 @@
   hs-source-dirs:  lib
   exposed-modules: Linux.Arch.Aur
   build-depends:
-    , aeson       >=0.9  && <1.5
+    , aeson       >=0.9  && <1.6
     , bytestring
     , http-types  ^>=0.12
     , text        ^>=1.2
