diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Changelog
 
+- 0.6.1.0 (2018-01-28)
+    * Bump `skylighting` to 0.6
+    * Bump `pandoc` to 2.1
+    * Bump `ansi-terminal` to 0.7
+
+- 0.6.0.1 (2017-12-24)
+    * Automatically upload linux binary to GitHub
+
 - 0.6.0.0 (2017-12-19)
     * Make pandoc extensions customizable in the configuration
     * Bump `pandoc` to 2.0
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -58,6 +58,9 @@
 - Ubuntu: <https://packages.ubuntu.com/artful/patat>
 - openSUSE: <https://build.opensuse.org/package/show/openSUSE:Factory:ARM/patat>
 
+You can also find generic linux binaries here:
+<https://github.com/jaspervdj/patat/releases>.
+
 ### From source
 
 Installation from source is very easy.  You can build from source using `stack
diff --git a/patat.cabal b/patat.cabal
--- a/patat.cabal
+++ b/patat.cabal
@@ -1,5 +1,5 @@
 Name:                patat
-Version:             0.6.0.0
+Version:             0.6.1.0
 Synopsis:            Terminal-based presentations using Pandoc
 Description:         Terminal-based presentations using Pandoc
 License:             GPL-2
@@ -33,7 +33,7 @@
 
   Build-depends:
     aeson                >= 0.9   && < 1.3,
-    ansi-terminal        >= 0.6   && < 0.7,
+    ansi-terminal        >= 0.6   && < 0.8,
     ansi-wl-pprint       >= 0.6   && < 0.7,
     base                 >= 4.6   && < 4.11,
     bytestring           >= 0.10  && < 0.11,
@@ -42,8 +42,8 @@
     filepath             >= 1.4   && < 1.5,
     mtl                  >= 2.2   && < 2.3,
     optparse-applicative >= 0.12  && < 0.15,
-    pandoc               >= 2.0.4 && < 2.1,
-    skylighting          >= 0.1   && < 0.6,
+    pandoc               >= 2.0.4 && < 2.2,
+    skylighting          >= 0.1   && < 0.7,
     terminal-size        >= 0.3   && < 0.4,
     text                 >= 1.2   && < 1.3,
     time                 >= 1.4   && < 1.9,
@@ -86,6 +86,6 @@
   Build-depends:
     base   >= 4.6  && < 4.11,
     mtl    >= 2.2  && < 2.3,
-    pandoc >= 2.0  && < 2.1,
+    pandoc >= 2.0  && < 2.2,
     text   >= 1.2  && < 1.3,
     time   >= 1.6  && < 1.9
