diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -11,3 +11,7 @@
 ## 1.0.0.2 - 2020-04-18
 
 Tightened dependency version bounds
+
+## 1.0.0.4 - 2020-05-20
+
+Support GHC 8.10
diff --git a/stripe-signature.cabal b/stripe-signature.cabal
--- a/stripe-signature.cabal
+++ b/stripe-signature.cabal
@@ -1,5 +1,5 @@
 name: stripe-signature
-version: 1.0.0.2
+version: 1.0.0.4
 
 synopsis: Verification of Stripe webhook signatures
 category: Web
@@ -23,7 +23,7 @@
 
 build-type: Simple
 cabal-version: >=1.10
-tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.3, GHC==8.8.1
+tested-with: GHC==8.2.2, GHC==8.4.4, GHC==8.6.3, GHC==8.8.1, GHC==8.10.1
 
 extra-source-files:
     changelog.md
@@ -36,7 +36,7 @@
         Stripe.Signature
 
     build-depends:
-        base >=4.10 && <4.14
+        base >=4.10 && <4.15
       , base16-bytestring >= 0.1 && <0.2
       , bytestring >=0.10 && <0.11
       , cryptonite >=0.25 && <0.27
@@ -52,7 +52,7 @@
     ghc-options: -threaded
 
     build-depends:
-        base >=4.10 && <4.14
+        base >=4.10 && <4.15
       , bytestring >=0.10 && <0.11
       , stripe-signature
       , text >=1.2 && <1.3
