version bump to 1.6.9 and changelog update

This commit is contained in:
charukiewicz 2020-02-05 23:49:16 -06:00
parent c35c2fddc2
commit 16bf146887
2 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -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