diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+- 0.4.7.1 (2017-01-22)
+    * Bump `directory-1.3` dependency
+    * Bump `time-1.7` dependency
+
 - 0.4.7.0 (2017-01-20)
     * Bump `aeson-1.1` dependency
     * Parse YAML for settings using `yaml` instead of pandoc
diff --git a/patat.cabal b/patat.cabal
--- a/patat.cabal
+++ b/patat.cabal
@@ -1,5 +1,5 @@
 Name:                patat
-Version:             0.4.7.0
+Version:             0.4.7.1
 Synopsis:            Terminal-based presentations using Pandoc
 Description:         Terminal-based presentations using Pandoc
 License:             GPL-2
@@ -30,7 +30,7 @@
     base                 >= 4.6  && < 4.10,
     bytestring           >= 0.10 && < 0.11,
     containers           >= 0.5  && < 0.6,
-    directory            >= 1.2  && < 1.3,
+    directory            >= 1.2  && < 1.4,
     filepath             >= 1.4  && < 1.5,
     highlighting-kate    >= 0.6  && < 0.7,
     mtl                  >= 2.2  && < 2.3,
@@ -38,7 +38,7 @@
     pandoc               >= 1.16 && < 1.20,
     terminal-size        >= 0.3  && < 0.4,
     text                 >= 1.2  && < 1.3,
-    time                 >= 1.4  && < 1.7,
+    time                 >= 1.4  && < 1.8,
     unordered-containers >= 0.2  && < 0.3,
     yaml                 >= 0.7  && < 0.9
 
