diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,11 @@
+## 1.3.13 -- 2022-02-20
+
+### Other changes
+
+* Increased the upper-bound of time to < 1.13.
+* Increased the upper-bound of base to < 4.17.
+* Increased the upper-bound of semigroups to < 0.21.
+
 ## 1.3.12 -- 2020-12-14
 
 ### 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.12
+version: 1.3.13
 synopsis: A mtl-style monad transformer for general purpose & compositional logging
 homepage: https://github.com/ocharles/logging-effect
 license: BSD3
@@ -13,11 +13,11 @@
 library
   exposed-modules:     Control.Monad.Log
   other-extensions:    ViewPatterns, OverloadedStrings, GeneralizedNewtypeDeriving, FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, FunctionalDependencies, PatternSynonyms
-  build-depends:       base >=4.8 && <4.15
+  build-depends:       base >=4.8 && <4.17
                      , async >=2.0 && <2.3
                      , transformers >=0.4 && <0.6
                      , text >=1.2 && <1.3
-                     , time >=1.5 && <1.12
+                     , time >=1.5 && <1.13
                      , mtl >= 2.2.1 && <2.3
                      , exceptions >= 0.8.0.2 && <0.11
                      , free >= 4.12.1 && < 5.2
@@ -26,7 +26,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
+                     , semigroups >= 0.16.2.2 && < 0.21
                      , unliftio-core >= 0.2.0.0 && < 0.3
   hs-source-dirs:      src
   default-language:    Haskell2010
