diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+yst 0.6.0.1 (released 20 Feb 2018)
+
+  * Update to work with pandoc 2.1.
+
 yst 0.6 (released 29 Oct 2017)
 
   * Update to work with (and require) pandoc 2.0.
diff --git a/yst.cabal b/yst.cabal
--- a/yst.cabal
+++ b/yst.cabal
@@ -1,5 +1,5 @@
 name:                yst
-version:             0.6
+version:             0.6.0.1
 Tested-With:         GHC == 7.8.3
 Cabal-version:       >= 1.8
 build-type:          Simple
@@ -57,7 +57,7 @@
                      filepath, containers, directory, time,
                      old-locale, old-time, parsec,
                      lucid >= 2.9 && < 2.10,
-                     pandoc >= 2.0 && < 2.1,
+                     pandoc >= 2.0 && < 2.2,
                      split, HDBC, HDBC-sqlite3
   extensions:        CPP
   if impl(ghc >= 6.12)
