diff --git a/yesod-auth/ChangeLog.md b/yesod-auth/ChangeLog.md index faa0733f..fb9d5391 100644 --- a/yesod-auth/ChangeLog.md +++ b/yesod-auth/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog for yesod-auth +## 1.6.10.1 + +* Add support for Persistent 2.11 [#1701](https://github.com/yesodweb/yesod/pull/1701) + ## 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` diff --git a/yesod-persistent/ChangeLog.md b/yesod-persistent/ChangeLog.md index 3ba8a38e..1aaa6c63 100644 --- a/yesod-persistent/ChangeLog.md +++ b/yesod-persistent/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog for yesod-persistent +## 1.6.0.5 + +* Add support for Persistent 2.11 [#1701](https://github.com/yesodweb/yesod/pull/1701) + ## 1.6.0.4 * Fix test suite to be compatible with latest `persistent-template`