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.5...master)
+## [*Unreleased*](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.6.0...master)
 
 None
+
+## [v0.12.6.0](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.5...v0.12.6.0)
+
+- Allow pandoc-2.5
 
 ## [v0.12.5](https://github.com/pbrisbin/yesod-markdown/compare/v0.12.4...v0.12.5)
 
diff --git a/yesod-markdown.cabal b/yesod-markdown.cabal
--- a/yesod-markdown.cabal
+++ b/yesod-markdown.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: be6b8b2e3f08277525e9f942d987ccf86656562e45dc0206031b335d75162821
+-- hash: 3c2e45c855411fdbe97d79a7b6cd7e242b3dfec60a311968bfa593ba9cf3c1e6
 
 name:           yesod-markdown
-version:        0.12.5
+version:        0.12.6.0
 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.5
+    , pandoc >=2.0 && <2.6
     , persistent >=0.9
     , shakespeare >=2.0 && <2.1
     , text >=0.11 && <2.0
