diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+yst 0.3.1.1 (released 08 Mar 2013)
+
+  * Updated to compile with pandoc 1.11.
+
 yst 0.3.1 (released 19 Jan 2013)
 
   * Updated to compile with pandoc 1.10, directory 1.2.
diff --git a/yst.cabal b/yst.cabal
--- a/yst.cabal
+++ b/yst.cabal
@@ -1,5 +1,5 @@
 name:                yst
-version:             0.3.1
+version:             0.3.1.1
 Tested-With:         GHC == 7.4.1
 Cabal-version:       >= 1.8
 build-type:          Simple
@@ -59,7 +59,7 @@
                      HsSyck, csv,
                      filepath, containers, directory, utf8-string, time,
                      old-locale, old-time, parsec, xhtml,
-                     pandoc >= 1.10 && < 1.11, bytestring,
+                     pandoc >= 1.10 && < 1.12, bytestring,
                      split, HDBC, HDBC-sqlite3
   extensions:        CPP
   if impl(ghc >= 6.12)
