diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Releases
 
+## pandoc-utils 0.5.1 (2020-5-24)
+
+- Fix the link to Hakyll in package description.
+
 ## pandoc-utils 0.5.0 (2020-5-24)
 
 - Reorganize documentations and API.
diff --git a/pandoc-utils.cabal b/pandoc-utils.cabal
--- a/pandoc-utils.cabal
+++ b/pandoc-utils.cabal
@@ -2,13 +2,13 @@
 cabal-version:       2.0
 
 name:                pandoc-utils
-version:             0.5.0
+version:             0.5.1
 synopsis:
   Utility functions to work with Pandoc in Haskell applications.
 description:
   This package contains some useful functions for writing [Pandoc](https://pandoc.org/)
-  filters and integrating Pandoc into Haskell applications such as
-  [Hakyll](https://jaspervdj.be/hakyll/) and web servers.
+  filters and integrating Pandoc into Haskell applications such as [Hakyll](https://jaspervdj.be/hakyll/)
+  and web servers.
   .
   It provides a composable wrapper for filters acting on nodes of the [Pandoc
   AST](https://hackage.haskell.org/package/pandoc-types/docs/Text-Pandoc-Definition.html)
