diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,12 @@
+## 1.3.12 -- 2020-12-14
+
+### Other changes
+
+* Increase the upper-bound of time to < 1.12.
+* Increase the upper-bound of prettyprinter to < 1.8.
+
+---
+
 ## 1.3.11 -- 2020-08-18
 
 ### Other changes
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.3.11
+version: 1.3.12
 synopsis: A mtl-style monad transformer for general purpose & compositional logging
 homepage: https://github.com/ocharles/logging-effect
 license: BSD3
@@ -17,13 +17,13 @@
                      , async >=2.0 && <2.3
                      , transformers >=0.4 && <0.6
                      , text >=1.2 && <1.3
-                     , time >=1.5 && <1.10
+                     , time >=1.5 && <1.12
                      , mtl >= 2.2.1 && <2.3
                      , exceptions >= 0.8.0.2 && <0.11
                      , free >= 4.12.1 && < 5.2
                      , stm >= 2.4.4.1 && < 2.6
                      , stm-delay >= 0.1.1.1 && < 0.2
-                     , prettyprinter >= 1.2 && < 1.7
+                     , prettyprinter >= 1.2 && < 1.8
                      , monad-control >= 1.0.0.4 && < 1.1
                      , transformers-base >= 0.4.4 && < 0.5
                      , semigroups >= 0.16.2.2 && < 0.20
