diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,8 @@
+yst 0.7.1 (released 25 Nov 2019)
+
+  * Fixes to work with pandoc 2.8.
+  * Add cabal.project and GitHub actions ci.
+
 yst 0.7.0.1 (released 27 Feb 2019)
 
   * Support recent pandoc versions.
diff --git a/yst.cabal b/yst.cabal
--- a/yst.cabal
+++ b/yst.cabal
@@ -1,5 +1,5 @@
 name:                yst
-version:             0.7.0.1
+version:             0.7.1
 Tested-With:         GHC == 7.8.3
 Cabal-version:       >= 1.8
 build-type:          Simple
@@ -55,7 +55,7 @@
                      filepath, containers, directory, time,
                      old-locale, old-time, parsec,
                      lucid >= 2.9 && < 2.10,
-                     pandoc >= 2.0 && < 2.7,
+                     pandoc >= 2.8 && < 2.9,
                      split, HDBC, HDBC-sqlite3
   extensions:        CPP
   if impl(ghc >= 6.12)
