diff --git a/hakyll.cabal b/hakyll.cabal index 7e84d16..bc130f2 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.6.0.0 +Version: 4.6.1.0 Synopsis: A static website compiler library Description: diff --git a/web/releases.markdown b/web/releases.markdown index 67a0b63..58b9ac6 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,11 @@ title: Releases # Releases +## Hakyll 4.6.1.0 + +- Bump `fsnotify` and `pandoc-citeproc` dependencies +- Rewrite polling code a bit + ## Hakyll 4.6.0.0 - Added `listFieldWith` function