diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -25,3 +25,7 @@
 ## 1.0.1.8 - 2021-03-08
 
 Raise bound to allow `lens-5.0`
+
+## 1.0.1.10 - 2021-06-05
+
+Support GHC 9.0, `bytestring` 0.11
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.8
+version: 1.0.1.10
 
 synopsis: Use the Stripe API via Wreq
 category: Web
@@ -26,7 +26,8 @@
 license-file: license.txt
 
 build-type: Simple
-tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.3, GHC==8.8.1, GHC==8.10.1
+tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.3, GHC==8.8.1, GHC==8.10.1,
+             GHC==9.0.1
 
 extra-source-files:
     changelog.md
@@ -41,7 +42,8 @@
     build-depends:
         aeson ^>= 1.4 || ^>= 1.5
       , base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14
-      , bytestring ^>= 0.10
+          || ^>= 4.15
+      , bytestring ^>= 0.10 || ^>= 0.11
       , lens >= 4.17 && < 5.1
       , stripe-concepts ^>= 1.0
       , text ^>= 1.2
