diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+yst 0.5.0.4 (released 01 Jul 2015)
+
+  * Allow building with pandoc 1.15.x.
+
 yst 0.5.0.3 (released 02 Jun 2015)
 
   * Updated to use pandoc 1.14, aeson 0.9, time 0.5.
diff --git a/yst.cabal b/yst.cabal
--- a/yst.cabal
+++ b/yst.cabal
@@ -1,5 +1,5 @@
 name:                yst
-version:             0.5.0.3
+version:             0.5.0.4
 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 >= 1.10 && < 1.15,
+                     pandoc >= 1.10 && < 1.16,
                      split, HDBC, HDBC-sqlite3
   extensions:        CPP
   if impl(ghc >= 6.12)
