diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
-## [*Unreleased*](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.0...master)
+## [*Unreleased*](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.1...master)
 
 None
+
+## [v0.12.6.1](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.0...v0.12.6.1)
+
+- Allow pandoc-2.6
 
 ## [v0.12.6.0](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.5...v0.12.6.0)
 
diff --git a/yesod-markdown.cabal b/yesod-markdown.cabal
--- a/yesod-markdown.cabal
+++ b/yesod-markdown.cabal
@@ -1,13 +1,13 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.31.0.
+-- This file has been generated from package.yaml by hpack version 0.31.1.
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 3c2e45c855411fdbe97d79a7b6cd7e242b3dfec60a311968bfa593ba9cf3c1e6
+-- hash: eb72a3ad41a78efb46c44ab5a712d1e910b775e91819599d1b29fb7b493cae56
 
 name:           yesod-markdown
-version:        0.12.6.0
+version:        0.12.6.1
 synopsis:       Tools for using markdown in a yesod application
 description:    A subset of Pandoc functionality useful for markdown processing in yesod applications
 category:       Web, Yesod
@@ -36,7 +36,7 @@
     , blaze-markup >=0.5 && <0.9
     , bytestring >=0.9 && <0.11
     , directory
-    , pandoc >=2.0 && <2.6
+    , pandoc >=2.0 && <2.7
     , persistent >=0.9
     , shakespeare >=2.0 && <2.1
     , text >=0.11 && <2.0
