diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -35,3 +35,11 @@
 Support `aeson` 2.0, drop support for previous versions
 
 Support `lens` 5.1
+
+## 1.0.1.14 - 2022-03-15
+
+Support `base` 4.16 (GHC 9.2)
+
+Raise `base` lower bound to 4.14 (GHC 8.10)
+
+Raise `lens` lower bound to 5.0
diff --git a/stripe-wreq.cabal b/stripe-wreq.cabal
--- a/stripe-wreq.cabal
+++ b/stripe-wreq.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 
 name: stripe-wreq
-version: 1.0.1.12
+version: 1.0.1.14
 
 synopsis: Use the Stripe API via Wreq
 category: Web
@@ -39,10 +39,9 @@
 
     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
-      , lens >= 4.17 && < 5.2
+      , lens ^>= 5.0 || ^>= 5.1
       , stripe-concepts ^>= 1.0
       , text ^>= 1.2
       , wreq ^>= 0.5
