diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,9 +1,19 @@
+# 1.1.3
+
+## Other Changes
+
+- Increased upper bound of `time` to allow < 1.9.
+
+---
+
 # 1.1.2
 
 ## Other changes
 
 - Increased upper bound of `time`
 
+---
+
 # 1.1.1
 
 - `withBatchedHandler` no longer prints empty log messages. Previously,
@@ -11,6 +21,8 @@
   that used that), an empty log message would be output. Thanks to @codedmart
   for fixing this.
 
+---
+
 # 1.1.0
 
 *Breaking changes*:
@@ -45,6 +57,8 @@
 - Many documentation bug fixes.
 
 - INLINEABLE pragmas added.
+
+---
 
 # 1.0.0
 
diff --git a/logging-effect.cabal b/logging-effect.cabal
--- a/logging-effect.cabal
+++ b/logging-effect.cabal
@@ -1,5 +1,5 @@
 name: logging-effect
-version: 1.1.2
+version: 1.1.3
 synopsis: A mtl-style monad transformer for general purpose & compositional logging
 homepage: https://github.com/ocharles/logging-effect
 license: BSD3
@@ -17,7 +17,7 @@
                      , async >=2.0 && <2.2
                      , transformers >=0.4 && <0.6
                      , text >=1.2 && <1.3
-                     , time >=1.5 && <1.8
+                     , time >=1.5 && <1.9
                      , mtl >= 2.2.1 && <2.3
                      , exceptions >= 0.8.0.2 && <0.9
                      , free >= 4.12.1 && < 4.13
