diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,9 @@
+## 1.0.11
+
+### Other Changes
+
+* Increased the upper bound of `time`.
+
 ## 1.0.10
 
 ### Other Changes
diff --git a/ekg-bosun.cabal b/ekg-bosun.cabal
--- a/ekg-bosun.cabal
+++ b/ekg-bosun.cabal
@@ -1,5 +1,5 @@
 name: ekg-bosun
-version: 1.0.10
+version: 1.0.11
 synopsis: Send ekg metrics to a Bosun instance
 homepage: http://github.com/ocharles/ekg-bosun
 license: BSD3
@@ -25,7 +25,7 @@
     http-client >= 0.3.7 && < 0.6,
     lens,
     text >=0.11 && <1.3,
-    time >=1.4 && <1.9,
+    time >=1.4 && <1.10,
     unordered-containers >=0.2 && <0.3,
     vector >=0.10 && <0.13,
     wreq >= 0.2 && < 0.6,
