diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -21,3 +21,7 @@
 1.1.0.2 - 2021 Mar 10
 
   * Relax mwc-random lower bound to allow 0.14
+
+1.1.0.3 - 2022 Mar 15
+
+  * Add support for GHC 9.0 and 9.2
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.2
+version: 1.1.0.3
 
 synopsis: Use the Leanpub API via Wreq
 category: Web
@@ -22,7 +22,6 @@
 license-file: license.txt
 
 build-type: Simple
-tested-with: GHC == 8.8.3, GHC == 8.10.3
 
 extra-source-files:
     changelog.md
@@ -36,7 +35,7 @@
 
     build-depends:
         aeson ^>= 1.4 || ^>=1.5
-      , base ^>= 4.13 || ^>= 4.14
+      , base ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16
       , bytestring ^>= 0.10 || ^>= 0.11
       , exceptions ^>= 0.10
       , leanpub-concepts ^>= 1.0 || ^>= 1.1
@@ -44,5 +43,5 @@
       , text ^>= 1.2.4
       , time ^>= 1.9 || ^>= 1.10 || ^>= 1.11
       , transformers ^>=0.5
-      , unordered-containers ^>= 0.2.13
+      , unordered-containers ^>= 0.2.10
       , wreq ^>= 0.5.3
