diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -33,3 +33,9 @@
 Support `aeson` 2.0, drop support for previous versions
 
 Drop support for `scotty` 0.11. Now 0.12 is required.
+
+## 1.1.0.2 - 2022-03-15
+
+Support `base` 4.16 (GHC 9.2)
+
+Raise `base` lower bound to 4.14 (GHC 8.10)
diff --git a/stripe-scotty.cabal b/stripe-scotty.cabal
--- a/stripe-scotty.cabal
+++ b/stripe-scotty.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 
 name: stripe-scotty
-version: 1.1.0.1
+version: 1.1.0.2
 
 synopsis: Listen for Stripe webhook events with Scotty
 category: Web
@@ -35,8 +35,7 @@
 
     build-depends:
         aeson ^>= 2.0
-      , base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14
-          || ^>= 4.15
+      , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16
       , bytestring ^>= 0.10 || ^>= 0.11
       , http-types ^>= 0.12
       , scotty ^>= 0.12
