diff --git a/authenticate/ChangeLog.md b/authenticate/ChangeLog.md index fd59840..dafa12c 100644 --- a/authenticate/ChangeLog.md +++ b/authenticate/ChangeLog.md @@ -1,5 +1,9 @@ # authenticate changelog +## 1.3.5.2 + +* Support for aeson-2.2 [#61](https://github.com/yesodweb/authenticate/pull/61) + ## 1.3.5.1 * Support for aeson-2.0 [#56](https://github.com/yesodweb/authenticate/pull/56) diff --git a/authenticate/authenticate.cabal b/authenticate/authenticate.cabal index 433f424..136ac96 100644 --- a/authenticate/authenticate.cabal +++ b/authenticate/authenticate.cabal @@ -1,5 +1,5 @@ name: authenticate -version: 1.3.5.1 +version: 1.3.5.2 license: MIT license-file: LICENSE author: Michael Snoyman, Hiromi Ishii, Arash Rouhani