diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,10 @@
+## 1.0.8
+
+### Other Changes
+
+* Increased the upper bound of `time` to allow < 1.9.
+* Increased the upper bound of `wreq` to allow < 0.6.
+
 ## 1.0.7
 
 * Increased the upper-bound of `aeson`, `http-client`, `time` and `vector`.
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.7
+version: 1.0.8
 synopsis: Send ekg metrics to a Bosun instance
 homepage: http://github.com/ocharles/ekg-bosun
 license: BSD3
@@ -25,10 +25,10 @@
     http-client >= 0.3.7 && < 0.6,
     lens,
     text >=0.11 && <1.3,
-    time >=1.4 && <1.8,
+    time >=1.4 && <1.9,
     unordered-containers >=0.2 && <0.3,
     vector >=0.10 && <0.13,
-    wreq >= 0.2 && < 0.5,
+    wreq >= 0.2 && < 0.6,
     old-locale
   hs-source-dirs: src
   default-language: Haskell2010
