diff --git a/yesod-auth/ChangeLog.md b/yesod-auth/ChangeLog.md index 2d95f96d..79306f78 100644 --- a/yesod-auth/ChangeLog.md +++ b/yesod-auth/ChangeLog.md @@ -1,3 +1,7 @@ +## 1.4.6 + +* Use nonce package to generate verification keys and CSRF tokens [#1011](https://github.com/yesodweb/yesod/pull/1011) + ## 1.4.5 * Adds export of email verify route [#980](https://github.com/yesodweb/yesod/pull/980)