Version bump

This commit is contained in:
Michael Snoyman 2016-09-25 14:34:38 +03:00
parent 06a6fbd127
commit 856e60eb9b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 1.4.25
* Add instance of MonadHandler and MonadWidget for ExceptT [#1278](https://github.com/yesodweb/yesod/pull/1278)
## 1.4.24
* cached and cachedBy will not overwrite global state changes [#1268](https://github.com/yesodweb/yesod/pull/1268)

View File

@ -1,5 +1,5 @@
name: yesod-core
version: 1.4.24
version: 1.4.25
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>