Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Apr 26, 2015
1 parent 9db6ef3 commit fa0fbb4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions yesod-auth/ChangeLog.md
@@ -1,3 +1,7 @@
## 1.4.5

* Adds export of email verify route [#980](https://github.com/yesodweb/yesod/pull/980)

## 1.4.4

* Add AuthenticationResult and authenticate function [#959](https://github.com/yesodweb/yesod/pull/959)
Expand Down
3 changes: 3 additions & 0 deletions yesod-auth/Yesod/Auth/Email.hs
Expand Up @@ -75,6 +75,9 @@ registerR = PluginR "email" ["register"]
forgotPasswordR = PluginR "email" ["forgot-password"]
setpassR = PluginR "email" ["set-password"]

-- |
--
-- Since 1.4.5
verifyR :: Text -> Text -> AuthRoute -- FIXME
verifyR eid verkey = PluginR "email" ["verify", eid, verkey]

Expand Down
2 changes: 1 addition & 1 deletion yesod-auth/yesod-auth.cabal
@@ -1,5 +1,5 @@
name: yesod-auth
version: 1.4.4
version: 1.4.5
license: MIT
license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin
Expand Down

0 comments on commit fa0fbb4

Please sign in to comment.