diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -15,3 +15,7 @@
 1.1.0.1 - 2021 Mar 9
 
   * Relax dependency bounds
+
+1.1.0.2 - 2022 Mar 15
+
+  * Add support for GHC 9.0 and 9.2
diff --git a/leanpub-concepts.cabal b/leanpub-concepts.cabal
--- a/leanpub-concepts.cabal
+++ b/leanpub-concepts.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 
 name: leanpub-concepts
-version: 1.1.0.1
+version: 1.1.0.2
 
 synopsis: Types for the Leanpub API
 category: Web
@@ -21,7 +21,6 @@
 license-file: license.txt
 
 build-type: Simple
-tested-with: GHC == 8.8.3, GHC == 8.10.3
 
 extra-source-files:
     changelog.md
@@ -34,6 +33,6 @@
         Leanpub.Concepts
 
     build-depends:
-        base ^>= 4.13 || ^>= 4.14
+        base ^>= 4.13 || ^>= 4.14 || ^>= 4.15 || ^>= 4.16
       , bytestring ^>= 0.10 || ^>= 0.11
       , text ^>= 1.2.4
