diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -15,3 +15,7 @@
 ## 1.0.0.4 - 2020-05-20
 
 Support GHC 8.10
+
+## 1.0.0.6 - 2020-09-02
+
+Support cryptonite 0.27
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.4
+version: 1.0.0.6
 
 synopsis: Verification of Stripe webhook signatures
 category: Web
@@ -39,7 +39,7 @@
         base >=4.10 && <4.15
       , base16-bytestring >= 0.1 && <0.2
       , bytestring >=0.10 && <0.11
-      , cryptonite >=0.25 && <0.27
+      , cryptonite >=0.25 && <0.28
       , memory >=0.14 && <0.16
       , stripe-concepts >=1.0 && <1.1
       , text >=1.2 && <1.3
