diff --git a/stripe-core.cabal b/stripe-core.cabal
--- a/stripe-core.cabal
+++ b/stripe-core.cabal
@@ -1,5 +1,5 @@
 name:                stripe-core
-version:             2.2.2
+version:             2.2.3
 synopsis:            Stripe API for Haskell - Pure Core
 license:             MIT
 license-file:        LICENSE
@@ -25,7 +25,7 @@
                      , bytestring           >= 0.10  && < 0.11
                      , mtl                  >= 2.1.2 && < 2.3
                      , text                 >= 1.0   && < 1.3
-                     , time                 >= 1.4   && < 1.7
+                     , time                 >= 1.4   && < 1.9
                      , transformers         >= 0.3   && < 0.6
                      , unordered-containers >= 0.2.5 && < 0.3
 
