From 87afb386358454f2573fa864f22a3201049972f2 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 29 Aug 2016 07:04:34 +0300 Subject: [PATCH] Version bump for #1268 --- yesod-core/ChangeLog.md | 4 ++++ yesod-core/yesod-core.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/yesod-core/ChangeLog.md b/yesod-core/ChangeLog.md index 621ebd90..f51326a1 100644 --- a/yesod-core/ChangeLog.md +++ b/yesod-core/ChangeLog.md @@ -1,3 +1,7 @@ +## 1.4.24 + +* cached and cachedBy will not overwrite global state changes [#1268](https://github.com/yesodweb/yesod/pull/1268) + ## 1.4.23.1 * Don't allow sending multiple cookies with the same name to the client, in accordance with [RFC 6265](https://tools.ietf.org/html/rfc6265). This fixes an issue where multiple CSRF tokens were sent to the client. [#1258](https://github.com/yesodweb/yesod/pull/1258) diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index b84cb828..b8e25729 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -1,5 +1,5 @@ name: yesod-core -version: 1.4.23.1 +version: 1.4.24 license: MIT license-file: LICENSE author: Michael Snoyman