diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+- 0.8.2.1 (2019-02-03)
+    * Bump `pandoc` to 2.6
+    * Bump `ansi-terminal` to 0.10
+
 - 0.8.2.0 (2019-01-24)
     * GHC 7.8 compatibility
 
diff --git a/patat.cabal b/patat.cabal
--- a/patat.cabal
+++ b/patat.cabal
@@ -1,5 +1,5 @@
 Name:                patat
-Version:             0.8.2.0
+Version:             0.8.2.1
 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.5,
-    ansi-terminal        >= 0.6   && < 0.9,
+    ansi-terminal        >= 0.6   && < 0.10,
     ansi-wl-pprint       >= 0.6   && < 0.7,
     base                 >= 4.6   && < 5,
     base64-bytestring    >= 1.0   && < 1.1,
@@ -44,7 +44,7 @@
     filepath             >= 1.4   && < 1.5,
     mtl                  >= 2.2   && < 2.3,
     optparse-applicative >= 0.12  && < 0.15,
-    pandoc               >= 2.0.4 && < 2.5,
+    pandoc               >= 2.0.4 && < 2.7,
     process              >= 1.6   && < 1.7,
     skylighting          >= 0.1   && < 0.8,
     terminal-size        >= 0.3   && < 0.4,
@@ -97,6 +97,6 @@
   Build-depends:
     base   >= 4.6  && < 5,
     mtl    >= 2.2  && < 2.3,
-    pandoc >= 2.0  && < 2.5,
+    pandoc >= 2.0  && < 2.7,
     text   >= 1.2  && < 1.3,
     time   >= 1.6  && < 1.10
