diff --git a/yesod-core/ChangeLog.md b/yesod-core/ChangeLog.md index 0a5ed49e..7fb76193 100644 --- a/yesod-core/ChangeLog.md +++ b/yesod-core/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog for yesod-core +## 1.6.20.2 + +* Fix compatibility with template-haskell 2.17 [#1729](https://github.com/yesodweb/yesod/pull/1729) + ## 1.6.20.1 * Throw an error in `breadcrumbs` if the trail of breadcrumbs is circular. [#1727](https://github.com/yesodweb/yesod/issues/1727) diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index b22ade9d..0e3799d5 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -1,5 +1,5 @@ name: yesod-core -version: 1.6.20.1 +version: 1.6.20.2 license: MIT license-file: LICENSE author: Michael Snoyman