diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -25,3 +25,8 @@
 1.1.0.3 - 2022 Mar 15
 
   * Add support for GHC 9.0 and 9.2
+
+1.1.0.4 - 2022 Mar 15
+
+  * Require aeson 2.0
+  * Drop support for GHC 8.8
diff --git a/leanpub-wreq.cabal b/leanpub-wreq.cabal
--- a/leanpub-wreq.cabal
+++ b/leanpub-wreq.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 
 name: leanpub-wreq
-version: 1.1.0.3
+version: 1.1.0.4
 
 synopsis: Use the Leanpub API via Wreq
 category: Web
@@ -34,8 +34,8 @@
         Leanpub.Wreq
 
     build-depends:
-        aeson ^>= 1.4 || ^>=1.5
-      , base ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16
+        aeson ^>= 2.0
+      , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16
       , bytestring ^>= 0.10 || ^>= 0.11
       , exceptions ^>= 0.10
       , leanpub-concepts ^>= 1.0 || ^>= 1.1
