diff --git a/yesod-static/ChangeLog.md b/yesod-static/ChangeLog.md index 93f047ce..f6edf800 100644 --- a/yesod-static/ChangeLog.md +++ b/yesod-static/ChangeLog.md @@ -1,3 +1,7 @@ +## 1.5.0.5 + +* Avoid lazy I/O in mkEmbeddedStatic (fixes [#149](https://github.com/yesodweb/yesod/issues/149)) + ## 1.5.0.4 * Doc tweaks diff --git a/yesod-static/yesod-static.cabal b/yesod-static/yesod-static.cabal index 763e04d5..4c4d8a54 100644 --- a/yesod-static/yesod-static.cabal +++ b/yesod-static/yesod-static.cabal @@ -1,5 +1,5 @@ name: yesod-static -version: 1.5.0.4 +version: 1.5.0.5 license: MIT license-file: LICENSE author: Michael Snoyman