diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.2.0.3
+
+- Relax version bounds to include time-1.11.
+
 # 0.2.0.2
 
 - Drop dependency on auto-update and stm packages.
diff --git a/bugsnag-hs.cabal b/bugsnag-hs.cabal
--- a/bugsnag-hs.cabal
+++ b/bugsnag-hs.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 003d8a48c692bdb6ba4bac3c58f2e32c88aaeb667a8542596719a02e730102b1
+-- hash: 17240956b0485b20fed76afa69be83b813e6fda22428100a1268b2c4168cc097
 
 name:           bugsnag-hs
-version:        0.2.0.2
+version:        0.2.0.3
 synopsis:       A Bugsnag client for Haskell.
 description:    Please see the README at <https://github.com/jwoudenberg/bugsnag-hs>.
 category:       Web
@@ -42,7 +42,7 @@
     , bytestring >=0.10.8.2 && <0.12
     , http-client >=0.5.10 && <0.8
     , text >=1.2.3.0 && <1.3
-    , time >=1.8.0.2 && <1.11
+    , time >=1.8.0.2 && <1.12
     , unordered-containers >=0.2.9.0 && <0.3
   default-language: Haskell2010
 
