diff --git a/yesod-auth/ChangeLog.md b/yesod-auth/ChangeLog.md index d656e10c..1e33e71f 100644 --- a/yesod-auth/ChangeLog.md +++ b/yesod-auth/ChangeLog.md @@ -1,5 +1,10 @@ # ChangeLog for yesod-auth +## 1.6.9 + +* Added `registerHelper` and `passwordResetHelper` methods to the `YesodAuthEmail` class, allowing for customizing behavior for user registration and forgot password requests +* Exposed `defaultRegisterHelper` as default implementation for the above methods + ## 1.6.8.1 * Email: Fix typo in `defaultEmailLoginHandler` template [#1605](https://github.com/yesodweb/yesod/pull/1605) diff --git a/yesod-auth/yesod-auth.cabal b/yesod-auth/yesod-auth.cabal index 83ecf1e2..0f39f49b 100644 --- a/yesod-auth/yesod-auth.cabal +++ b/yesod-auth/yesod-auth.cabal @@ -1,5 +1,5 @@ name: yesod-auth -version: 1.6.8.1 +version: 1.6.9 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin