diff --git a/yesod-static/ChangeLog.md b/yesod-static/ChangeLog.md index 7afd4396..fdb162a8 100644 --- a/yesod-static/ChangeLog.md +++ b/yesod-static/ChangeLog.md @@ -1,3 +1,7 @@ +## 1.5.3.1 + +* Switch to cryptonite + ## 1.5.3 * Add `staticFilesMap` function diff --git a/yesod-static/yesod-static.cabal b/yesod-static/yesod-static.cabal index ff266c0e..2a9c8506 100644 --- a/yesod-static/yesod-static.cabal +++ b/yesod-static/yesod-static.cabal @@ -1,5 +1,5 @@ name: yesod-static -version: 1.5.3 +version: 1.5.3.1 license: MIT license-file: LICENSE author: Michael Snoyman