diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+- 0.6.1.1 (2018-04-27)
+    * Bump `aeson` to 1.3
+    * Bump `skylighting` to 0.7
+    * Bump `time` to 1.9
+    * Bump `ansi-terminal` to 0.8
+
 - 0.6.1.0 (2018-01-28)
     * Bump `skylighting` to 0.6
     * Bump `pandoc` to 2.1
diff --git a/patat.cabal b/patat.cabal
--- a/patat.cabal
+++ b/patat.cabal
@@ -1,5 +1,5 @@
 Name:                patat
-Version:             0.6.1.0
+Version:             0.6.1.1
 Synopsis:            Terminal-based presentations using Pandoc
 Description:         Terminal-based presentations using Pandoc
 License:             GPL-2
@@ -32,8 +32,8 @@
   Default-language:  Haskell2010
 
   Build-depends:
-    aeson                >= 0.9   && < 1.3,
-    ansi-terminal        >= 0.6   && < 0.8,
+    aeson                >= 0.9   && < 1.4,
+    ansi-terminal        >= 0.6   && < 0.9,
     ansi-wl-pprint       >= 0.6   && < 0.7,
     base                 >= 4.6   && < 4.11,
     bytestring           >= 0.10  && < 0.11,
@@ -43,10 +43,10 @@
     mtl                  >= 2.2   && < 2.3,
     optparse-applicative >= 0.12  && < 0.15,
     pandoc               >= 2.0.4 && < 2.2,
-    skylighting          >= 0.1   && < 0.7,
+    skylighting          >= 0.1   && < 0.8,
     terminal-size        >= 0.3   && < 0.4,
     text                 >= 1.2   && < 1.3,
-    time                 >= 1.4   && < 1.9,
+    time                 >= 1.4   && < 1.10,
     unordered-containers >= 0.2   && < 0.3,
     yaml                 >= 0.7   && < 0.9,
     -- We don't even depend on these packages but they can break cabal install
@@ -88,4 +88,4 @@
     mtl    >= 2.2  && < 2.3,
     pandoc >= 2.0  && < 2.2,
     text   >= 1.2  && < 1.3,
-    time   >= 1.6  && < 1.9
+    time   >= 1.6  && < 1.10
