diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,10 @@
 Changelog for the [`directory`][1] package
 ==========================================
 
+## 1.3.6.1 (March 2020)
+
+  * Relax `time` version bounds to support 1.10.
+
 ## 1.3.6.0 (January 2020)
 
   * On non-Windows platforms, `getHomeDirectory` will fall back to
diff --git a/directory.cabal b/directory.cabal
--- a/directory.cabal
+++ b/directory.cabal
@@ -1,5 +1,5 @@
 name:           directory
-version:        1.3.6.0
+version:        1.3.6.1
 license:        BSD3
 license-file:   LICENSE
 maintainer:     libraries@haskell.org
@@ -55,7 +55,7 @@
 
     build-depends:
         base     >= 4.5 && < 4.15,
-        time     >= 1.4 && < 1.10,
+        time     >= 1.4 && < 1.11,
         filepath >= 1.3 && < 1.5
     if os(windows)
         build-depends: Win32 >= 2.2.2 && < 2.9
