Version bump to 1.4.4

This commit is contained in:
patrick brisbin 2015-03-23 18:00:33 -04:00
parent 3564e1f746
commit cb27424083
No known key found for this signature in database
GPG Key ID: DB04E2CE780A17DE
2 changed files with 2 additions and 1 deletions

View File

@ -121,6 +121,7 @@ class (Yesod master, PathPiece (AuthId master), RenderMessage master FormMessage
--
-- Default implementation is in terms of @'getAuthId'@
--
-- Since: 1.4.4
authenticate :: Creds master -> HandlerT master IO (AuthenticationResult master)
authenticate creds = do
muid <- getAuthId creds

View File

@ -1,5 +1,5 @@
name: yesod-auth
version: 1.4.3.1
version: 1.4.4
license: MIT
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin