diff --git a/yesod-static/ChangeLog.md b/yesod-static/ChangeLog.md index f6edf800..dc2ff0dd 100644 --- a/yesod-static/ChangeLog.md +++ b/yesod-static/ChangeLog.md @@ -1,3 +1,7 @@ +## 1.5.1 + +* yesod-static doesn't obey Authentication [#1286](https://github.com/yesodweb/yesod/issues/1286) + ## 1.5.0.5 * Avoid lazy I/O in mkEmbeddedStatic (fixes [#149](https://github.com/yesodweb/yesod/issues/149)) diff --git a/yesod-static/yesod-static.cabal b/yesod-static/yesod-static.cabal index 7ea35263..e09e9cfc 100644 --- a/yesod-static/yesod-static.cabal +++ b/yesod-static/yesod-static.cabal @@ -1,5 +1,5 @@ name: yesod-static -version: 1.5.0.5 +version: 1.5.1 license: MIT license-file: LICENSE author: Michael Snoyman