diff --git a/auto-update/ChangeLog.md b/auto-update/ChangeLog.md index 32490e420..8814f49be 100644 --- a/auto-update/ChangeLog.md +++ b/auto-update/ChangeLog.md @@ -1,5 +1,10 @@ # ChangeLog for auto-update +## 0.2.6 + +* Using the thread version of AutoUpdate for non-threaded RTS. + [#1020](https://github.com/yesodweb/wai/pull/1020) + ## 0.2.5 * Thread less autoupdate diff --git a/auto-update/auto-update.cabal b/auto-update/auto-update.cabal index 1800370cd..b92bd35b2 100644 --- a/auto-update/auto-update.cabal +++ b/auto-update/auto-update.cabal @@ -1,5 +1,5 @@ name: auto-update -version: 0.2.5 +version: 0.2.6 synopsis: Efficiently run periodic, on-demand actions description: API docs and the README are available at . homepage: https://github.com/yesodweb/wai