diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
 # Changelog
 
-## Unreleased
+## 7.0.1 (2020-05-11)
+
+#### Changed
+
+- Bumped `tasty` bounds.
+
+## 7.0.0 (2020-04-22)
 
 #### Added
 
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.0
+version:            7.0.1
 synopsis:           Access metadata from the Arch Linux User Repository.
 description:
   Access package information from Arch Linux's AUR via its RPC interface. The
@@ -50,5 +50,5 @@
   build-depends:
     , aur
     , http-client-tls  ^>=0.3
-    , tasty            >=0.11 && <1.3
+    , tasty            >=0.11 && <1.4
     , tasty-hunit      >=0.9  && <0.11
diff --git a/lib/Linux/Arch/Aur.hs b/lib/Linux/Arch/Aur.hs
--- a/lib/Linux/Arch/Aur.hs
+++ b/lib/Linux/Arch/Aur.hs
@@ -1,7 +1,6 @@
 {-# LANGUAGE DataKinds          #-}
 {-# LANGUAGE DerivingStrategies #-}
 {-# LANGUAGE OverloadedStrings  #-}
-{-# LANGUAGE TypeOperators      #-}
 
 -- |
 -- Module    : Linux.Arch.Aur
