diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -27,3 +27,7 @@
 ## 1.0.2.6 - 2021-03-08
 
 No change, just reformatting cabal files
+
+## 1.0.2.8 - 2021-06-05
+
+Support GHC 9.0, `bytestring` 0.11
diff --git a/stripe-concepts.cabal b/stripe-concepts.cabal
--- a/stripe-concepts.cabal
+++ b/stripe-concepts.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 
 name: stripe-concepts
-version: 1.0.2.6
+version: 1.0.2.8
 
 synopsis: Types for the Stripe API
 category: Web
@@ -21,7 +21,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
@@ -35,5 +36,6 @@
 
     build-depends:
         base ^>= 4.10 || ^>= 4.11 || ^>= 4.12 || ^>= 4.13 || ^>= 4.14
-      , bytestring ^>= 0.10
+          || ^>= 4.15
+      , bytestring ^>= 0.10 || ^>= 0.11
       , text ^>= 1.2
