diff --git a/yesod-auth/ChangeLog.md b/yesod-auth/ChangeLog.md index 46640af4..c8ff6e2a 100644 --- a/yesod-auth/ChangeLog.md +++ b/yesod-auth/ChangeLog.md @@ -1,3 +1,7 @@ +## 1.4.14 + +* Multiple session messages. [#1187](https://github.com/yesodweb/yesod/pull/1187) + ## 1.4.13 * Add a CSRF token to the login form from `Yesod.Auth.Hardcoded`, making it compatible with the CSRF middleware [#1161](https://github.com/yesodweb/yesod/pull/1161) diff --git a/yesod-auth/yesod-auth.cabal b/yesod-auth/yesod-auth.cabal index 69c13d9d..e254aadf 100644 --- a/yesod-auth/yesod-auth.cabal +++ b/yesod-auth/yesod-auth.cabal @@ -1,5 +1,5 @@ name: yesod-auth -version: 1.4.13 +version: 1.4.14 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin @@ -23,7 +23,7 @@ library build-depends: base >= 4 && < 5 , authenticate >= 1.3 , bytestring >= 0.9.1.4 - , yesod-core >= 1.4.14 && < 1.5 + , yesod-core >= 1.4.20 && < 1.5 , wai >= 1.4 , template-haskell , base16-bytestring