diff --git a/yesod-auth/ChangeLog.md b/yesod-auth/ChangeLog.md index 2f4c93b7..37437969 100644 --- a/yesod-auth/ChangeLog.md +++ b/yesod-auth/ChangeLog.md @@ -1,5 +1,11 @@ # ChangeLog for yesod-auth +## 1.6.10 + +* Updated `AuthMessage` data type in `Yesod.Auth.Message` to accommodate registration flow where password is supplied initially: deprecated `AddressVerified` and split into `EmailVerifiedChangePass` and `EmailVerified` +* Fixed a bug in `getVerifyR` related to the above, where the incorrect message was displayed when password was set during registration +* Added `sendForgotPasswordEmail` to `YesodAuthEmail` typeclass, allowing for different emails for account registration vs. forgot password + ## 1.6.9 * Added `registerHelper` and `passwordResetHelper` methods to the `YesodAuthEmail` class, allowing for customizing behavior for user registration and forgot password requests [#1660](https://github.com/yesodweb/yesod/pull/1660) diff --git a/yesod-auth/yesod-auth.cabal b/yesod-auth/yesod-auth.cabal index 0f39f49b..5de976ec 100644 --- a/yesod-auth/yesod-auth.cabal +++ b/yesod-auth/yesod-auth.cabal @@ -1,5 +1,5 @@ name: yesod-auth -version: 1.6.9 +version: 1.6.10 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin