diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,9 @@
+## 1.0.9
+
+### Other Changes
+
+- Increase upper bound of `time`.
+
 ## 1.0.8
 
 ### Other Changes
diff --git a/ekg-carbon.cabal b/ekg-carbon.cabal
--- a/ekg-carbon.cabal
+++ b/ekg-carbon.cabal
@@ -1,5 +1,5 @@
 name: ekg-carbon
-version: 1.0.8
+version: 1.0.9
 synopsis: An EKG backend to send statistics to Carbon (part of Graphite monitoring tools)
 homepage: http://github.com/ocharles/ekg-carbon
 license: BSD3
@@ -20,7 +20,7 @@
     network >= 2.4 && < 2.7,
     network-carbon >= 1.0.0 && <1.1,
     text >= 0.10 && < 1.3,
-    time >= 1.4 && < 1.9,
+    time >= 1.4 && < 1.10,
     unordered-containers,
     vector >= 0.10 && < 0.13
 
